#0DE7F7

Color #0DE7F7 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #0DE7F7

Tints of Bright Turquoise #0DE7F7

Color information

#0DE7F7 (or 0x0DE7F7) is unknown color: approx Bright Turquoise. HEX triplet: 0D, E7 and F7. RGB value is (13,231,247). Sum of RGB (Red+Green+Blue) = 13+231+247=491 (65% of max value = 765). Red value is 13 (5.47% from 255 or 2.65% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #0DE7F7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DE7F7 is #F21808. Grayscale: #A7A7A7. Windows color (decimal): -15865865 or 16246541. OLE color: 16246541.

HSL color Cylindrical-coordinate representation of color #0DE7F7: hue angle of 184.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DE7F7 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13231247-
CMYK0.950.0600.03
HSL184.1º93.6%50.98%-
HSV(B)184.1º94.74%96.86%-
XYZ45.5363.9597.94-
YUV167.64172.7817.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 2.65%
GREEN value IS 231 (90.62% from 255) = 47.05%
BLUE value IS 247 (96.88% from 255) = 50.31%
R=2.65%
G=47.05%
B=50.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal132312470.950.0600.03184.193.650.98
HexDE7F75F603b85e33
Octal1534736713760327013663
Binary110111100111111101111011111110011101110001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DE7F7; }

 p { color: rgb(13,231,247); }

 H1.HeaderClassName
 {
   color: #0DE7F7;
 }
 .AnyTagClassName
 {
   color: #0DE7F7;
 }
</style>
background-color css

<style>
 a { background-color: #0DE7F7; }

 a { background-color: rgb(13,231,247); }

 div.DivClassName
 {
   background-color: #0DE7F7;
 }
 .BgClassName
 {
   background-color: #0DE7F7;
 }
</style>
border-color css

<style>
 span { border-color: #0DE7F7; }

 span { border-color: rgb(13,231,247); }

 td.TdClassName
 {
   border-color: #0DE7F7;
 }
 .TagClassName
 {
   border-color: #0DE7F7;
 }
</style>