Html Css Color HEX #06CEDB Dark Turquoise

📋 copy color: '#06CEDB'

red 6 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #06CEDB

Tints of Dark Turquoise #06CEDB

RGB

 RED value IS 6 (2.73% from 255) = 1.39%

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

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 1.39%
G = 47.8%
B = 50.81%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06CEDB (or 0x06CEDB) is known color: Dark Turquoise. HEX triplet: 06, CE and DB. RGB value is (6,206,219). Sum of RGB (Red+Green+Blue) = 6+206+219=431 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #06CEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CEDB is #F93124. Grayscale: #939393. Windows color (decimal): -16331045 or 14405126. OLE color: 14405126.

HSL color Cylindrical-coordinate representation of color #06CEDB: hue angle of 183.66º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CEDB is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 206 219 -
CMYK 0.97 0.06 0 0.14
HSL 183.66º 0.95% 0.44% -
HSV(B) 183.66º 0.97% 0.86% -
XYZ 34.93 49.3 74.69 -
YUV 147.68 168.24 26.94 -
System Red Green Blue C M Y K H S L
Decimal 6 206 219 0.97 0.06 0 0.14 183.66 0.95 0.44
Hex 6 CE DB 61 6 0 E B8 5F 2C
Octal 6 316 333 141 6 0 16 270 137 54
Binary 110 11001110 11011011 1100001 110 0 1110 10111000 1011111 101100

Color Harmonies of #06CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CEDB

Black with #06CEDB

Text Example


Text Example

White with #06CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06CEDB; }

 p { color: rgb(6,206,219); }

 H1.HeaderClassName
 {
   color: #06CEDB;
 }
 .AnyTagClassName
 {
   color: #06CEDB;
 }
</style>

background-color css

<style>
 a { background-color: #06CEDB; }

 a { background-color: rgb(6,206,219); }

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

border-color css

<style>
 span { border-color: #06CEDB; }

 span { border-color: rgb(6,206,219); }

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