Html Css Color HEX #00CFDF Dark Turquoise

📋 copy color: '#00CFDF'

red 0 ◦ green 207 ◦ blue 223

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

Shades of Dark Turquoise #00CFDF

Tints of Dark Turquoise #00CFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 0%
G = 48.14%
B = 51.86%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00CFDF (or 0x00CFDF) is known color: Dark Turquoise. HEX triplet: 00, CF and DF. RGB value is (0,207,223). Sum of RGB (Red+Green+Blue) = 0+207+223=430 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #00CFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFDF is #FF3020. Grayscale: #929292. Windows color (decimal): -16724001 or 14667520. OLE color: 14667520.

HSL color Cylindrical-coordinate representation of color #00CFDF: hue angle of 184.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFDF is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 207 223 -
CMYK 1 0.07 0 0.13
HSL 184.3º 1% 0.44% -
HSV(B) 184.3º 1% 0.87% -
XYZ 35.63 49.95 77.58 -
YUV 146.93 170.92 23.2 -
System Red Green Blue C M Y K H S L
Decimal 0 207 223 1 0.07 0 0.13 184.3 1 0.44
Hex 0 CF DF 64 7 0 D B8 64 2C
Octal 0 317 337 144 7 0 15 270 144 54
Binary 0 11001111 11011111 1100100 111 0 1101 10111000 1100100 101100

Color Harmonies of #00CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CFDF

Black with #00CFDF

Text Example


Text Example

White with #00CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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