Html Css Color HEX #0DEECF Bright Turquoise

📋 copy color: '#0DEECF'

red 13 ◦ green 238 ◦ blue 207

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

Shades of Bright Turquoise #0DEECF

Tints of Bright Turquoise #0DEECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.97%

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 2.84%
G = 51.97%
B = 45.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#0DEECF (or 0x0DEECF) is known color: Bright Turquoise. HEX triplet: 0D, EE and CF. RGB value is (13,238,207). Sum of RGB (Red+Green+Blue) = 13+238+207=458 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEECF is #F21130. Grayscale: #A7A7A7. Windows color (decimal): -15864113 or 13626893. OLE color: 13626893.

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

Color convert

RGB 13 238 207 -
CMYK 0.95 0 0.13 0.07
HSL 171.73º 0.9% 0.49% -
HSV(B) 171.73º 0.95% 0.93% -
XYZ 42 65.74 69.51 -
YUV 167.19 150.46 18.02 -
System Red Green Blue C M Y K H S L
Decimal 13 238 207 0.95 0 0.13 0.07 171.73 0.9 0.49
Hex D EE CF 5F 0 D 7 AC 5A 31
Octal 15 356 317 137 0 15 7 254 132 61
Binary 1101 11101110 11001111 1011111 0 1101 111 10101100 1011010 110001

Color Harmonies of #0DEECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEECF

Black with #0DEECF

Text Example


Text Example

White with #0DEECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,238,207); }

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

background-color css

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

 a { background-color: rgb(13,238,207); }

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

border-color css

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

 span { border-color: rgb(13,238,207); }

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