Html Css Color HEX #0DECC7 Bright Turquoise

📋 copy color: '#0DECC7'

red 13 ◦ green 236 ◦ blue 199

#0DECC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0DECC7

Tints of Bright Turquoise #0DECC7

RGB

 RED value IS 13 (5.47% from 255) = 2.9%

 GREEN value IS 236 (92.58% from 255) = 52.68%

 BLUE value IS 199 (78.13% from 255) = 44.42%

R = 2.9%
G = 52.68%
B = 44.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#0DECC7 (or 0x0DECC7) is known color: Bright Turquoise. HEX triplet: 0D, EC and C7. RGB value is (13,236,199). Sum of RGB (Red+Green+Blue) = 13+236+199=448 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.90% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #0DECC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DECC7 is #F21338. Grayscale: #A5A5A5. Windows color (decimal): -15864633 or 13102093. OLE color: 13102093.

HSL color Cylindrical-coordinate representation of color #0DECC7: hue angle of 170.04º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DECC7 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 236 199 -
CMYK 0.94 0 0.16 0.07
HSL 170.04º 0.9% 0.49% -
HSV(B) 170.04º 0.94% 0.93% -
XYZ 40.47 64.2 64.29 -
YUV 165.11 147.12 19.51 -
System Red Green Blue C M Y K H S L
Decimal 13 236 199 0.94 0 0.16 0.07 170.04 0.9 0.49
Hex D EC C7 5E 0 10 7 AA 5A 31
Octal 15 354 307 136 0 20 7 252 132 61
Binary 1101 11101100 11000111 1011110 0 10000 111 10101010 1011010 110001

Color Harmonies of #0DECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DECC7

Black with #0DECC7

Text Example


Text Example

White with #0DECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,236,199); }

 H1.HeaderClassName
 {
   color: #0DECC7;
 }
 .AnyTagClassName
 {
   color: #0DECC7;
 }
</style>

background-color css

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

 a { background-color: rgb(13,236,199); }

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

border-color css

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

 span { border-color: rgb(13,236,199); }

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