Html Css Color HEX #00CFE9 Dark Turquoise

📋 copy color: '#00CFE9'

red 0 ◦ green 207 ◦ blue 233

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

Shades of Dark Turquoise #00CFE9

Tints of Dark Turquoise #00CFE9

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 207 (81.25% from 255) = 47.05%

 BLUE value IS 233 (91.41% from 255) = 52.95%

R = 0%
G = 47.05%
B = 52.95%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#00CFE9 (or 0x00CFE9) is known color: Dark Turquoise. HEX triplet: 00, CF and E9. RGB value is (0,207,233). Sum of RGB (Red+Green+Blue) = 0+207+233=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #00CFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CFE9 is #FF3016. Grayscale: #939393. Windows color (decimal): -16723991 or 15322880. OLE color: 15322880.

HSL color Cylindrical-coordinate representation of color #00CFE9: hue angle of 186.7º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFE9 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 0 207 233 -
CMYK 1 0.11 0 0.09
HSL 186.7º 1% 0.46% -
HSV(B) 186.7º 1% 0.91% -
XYZ 37.02 50.51 84.89 -
YUV 148.07 175.92 22.39 -
System Red Green Blue C M Y K H S L
Decimal 0 207 233 1 0.11 0 0.09 186.7 1 0.46
Hex 0 CF E9 64 B 0 9 BB 64 2E
Octal 0 317 351 144 13 0 11 273 144 56
Binary 0 11001111 11101001 1100100 1011 0 1001 10111011 1100100 101110

Color Harmonies of #00CFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CFE9

Black with #00CFE9

Text Example


Text Example

White with #00CFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CFE9; }

 p { color: rgb(0,207,233); }

 H1.HeaderClassName
 {
   color: #00CFE9;
 }
 .AnyTagClassName
 {
   color: #00CFE9;
 }
</style>

background-color css

<style>
 a { background-color: #00CFE9; }

 a { background-color: rgb(0,207,233); }

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

border-color css

<style>
 span { border-color: #00CFE9; }

 span { border-color: rgb(0,207,233); }

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