Html Css Color HEX #01CECF Dark Turquoise

📋 copy color: '#01CECF'

red 1 ◦ green 206 ◦ blue 207

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

Shades of Dark Turquoise #01CECF

Tints of Dark Turquoise #01CECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.76%

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

R = 0.24%
G = 49.76%
B = 50%

CMYK

 C value IS 1.00

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01CECF (or 0x01CECF) is known color: Dark Turquoise. HEX triplet: 01, CE and CF. RGB value is (1,206,207). Sum of RGB (Red+Green+Blue) = 1+206+207=414 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #01CECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CECF is #FE3130. Grayscale: #909090. Windows color (decimal): -16658737 or 13618689. OLE color: 13618689.

HSL color Cylindrical-coordinate representation of color #01CECF: hue angle of 180.29º 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 #01CECF is Cyan = 1.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 206 207 -
CMYK 1.00 0.00 0 0.19
HSL 180.29º 0.99% 0.41% -
HSV(B) 180.29º 1% 0.81% -
XYZ 33.35 48.65 66.67 -
YUV 144.82 163.08 25.42 -
System Red Green Blue C M Y K H S L
Decimal 1 206 207 1.00 0.00 0 0.19 180.29 0.99 0.41
Hex 1 CE CF 64 0 0 13 B4 63 29
Octal 1 316 317 144 0 0 23 264 143 51
Binary 1 11001110 11001111 1100100 0 0 10011 10110100 1100011 101001

Color Harmonies of #01CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CECF

Black with #01CECF

Text Example


Text Example

White with #01CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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