Html Css Color HEX #01CCCF Dark Turquoise

📋 copy color: '#01CCCF'

red 1 ◦ green 204 ◦ blue 207

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

Shades of Dark Turquoise #01CCCF

Tints of Dark Turquoise #01CCCF

RGB

 RED value IS 1 (0.78% from 255) = 0.24%

 GREEN value IS 204 (80.08% from 255) = 49.51%

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

R = 0.24%
G = 49.51%
B = 50.24%

CMYK

 C value IS 1.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01CCCF (or 0x01CCCF) is known color: Dark Turquoise. HEX triplet: 01, CC and CF. RGB value is (1,204,207). Sum of RGB (Red+Green+Blue) = 1+204+207=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #01CCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CCCF is #FE3330. Grayscale: #8F8F8F. Windows color (decimal): -16659249 or 13618177. OLE color: 13618177.

HSL color Cylindrical-coordinate representation of color #01CCCF: hue angle of 180.87º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CCCF is Cyan = 1.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 204 207 -
CMYK 1.00 0.01 0 0.19
HSL 180.87º 0.99% 0.41% -
HSV(B) 180.87º 1% 0.81% -
XYZ 32.87 47.7 66.51 -
YUV 143.65 163.75 26.26 -
System Red Green Blue C M Y K H S L
Decimal 1 204 207 1.00 0.01 0 0.19 180.87 0.99 0.41
Hex 1 CC CF 64 1 0 13 B5 63 29
Octal 1 314 317 144 1 0 23 265 143 51
Binary 1 11001100 11001111 1100100 1 0 10011 10110101 1100011 101001

Color Harmonies of #01CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CCCF

Black with #01CCCF

Text Example


Text Example

White with #01CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01CCCF; }

 p { color: rgb(1,204,207); }

 H1.HeaderClassName
 {
   color: #01CCCF;
 }
 .AnyTagClassName
 {
   color: #01CCCF;
 }
</style>

background-color css

<style>
 a { background-color: #01CCCF; }

 a { background-color: rgb(1,204,207); }

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

border-color css

<style>
 span { border-color: #01CCCF; }

 span { border-color: rgb(1,204,207); }

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