Html Css Color HEX #01CFEB Dark Turquoise

📋 copy color: '#01CFEB'

red 1 ◦ green 207 ◦ blue 235

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

Shades of Dark Turquoise #01CFEB

Tints of Dark Turquoise #01CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.05%

R = 0.23%
G = 46.73%
B = 53.05%

CMYK

 C value IS 1.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#01CFEB (or 0x01CFEB) is known color: Dark Turquoise. HEX triplet: 01, CF and EB. RGB value is (1,207,235). Sum of RGB (Red+Green+Blue) = 1+207+235=443 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #01CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CFEB is #FE3014. Grayscale: #949494. Windows color (decimal): -16658453 or 15453953. OLE color: 15453953.

HSL color Cylindrical-coordinate representation of color #01CFEB: hue angle of 187.18º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFEB is Cyan = 1.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 207 235 -
CMYK 1.00 0.12 0 0.08
HSL 187.18º 0.99% 0.46% -
HSV(B) 187.18º 1% 0.92% -
XYZ 37.32 50.63 86.4 -
YUV 148.6 176.75 22.72 -
System Red Green Blue C M Y K H S L
Decimal 1 207 235 1.00 0.12 0 0.08 187.18 0.99 0.46
Hex 1 CF EB 64 C 0 8 BB 63 2E
Octal 1 317 353 144 14 0 10 273 143 56
Binary 1 11001111 11101011 1100100 1100 0 1000 10111011 1100011 101110

Color Harmonies of #01CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CFEB

Black with #01CFEB

Text Example


Text Example

White with #01CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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