Html Css Color HEX #06CBDB Dark Turquoise

📋 copy color: '#06CBDB'

red 6 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #06CBDB

Tints of Dark Turquoise #06CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.43%

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

R = 1.4%
G = 47.43%
B = 51.17%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06CBDB (or 0x06CBDB) is known color: Dark Turquoise. HEX triplet: 06, CB and DB. RGB value is (6,203,219). Sum of RGB (Red+Green+Blue) = 6+203+219=428 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #06CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CBDB is #F93424. Grayscale: #919191. Windows color (decimal): -16331813 or 14404358. OLE color: 14404358.

HSL color Cylindrical-coordinate representation of color #06CBDB: hue angle of 184.51º 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 #06CBDB is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 203 219 -
CMYK 0.97 0.07 0 0.14
HSL 184.51º 0.95% 0.44% -
HSV(B) 184.51º 0.97% 0.86% -
XYZ 34.22 47.87 74.45 -
YUV 145.92 169.23 28.2 -
System Red Green Blue C M Y K H S L
Decimal 6 203 219 0.97 0.07 0 0.14 184.51 0.95 0.44
Hex 6 CB DB 61 7 0 E B9 5F 2C
Octal 6 313 333 141 7 0 16 271 137 54
Binary 110 11001011 11011011 1100001 111 0 1110 10111001 1011111 101100

Color Harmonies of #06CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CBDB

Black with #06CBDB

Text Example


Text Example

White with #06CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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