Html Css Color HEX #16CBDB Dark Turquoise

📋 copy color: '#16CBDB'

red 22 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #16CBDB

Tints of Dark Turquoise #16CBDB

RGB

 RED value IS 22 (8.98% from 255) = 4.95%

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

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

R = 4.95%
G = 45.72%
B = 49.32%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#16CBDB (or 0x16CBDB) is known color: Dark Turquoise. HEX triplet: 16, CB and DB. RGB value is (22,203,219). Sum of RGB (Red+Green+Blue) = 22+203+219=444 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.95% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #16CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CBDB is #E93424. Grayscale: #969696. Windows color (decimal): -15283237 or 14404374. OLE color: 14404374.

HSL color Cylindrical-coordinate representation of color #16CBDB: hue angle of 184.87º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16CBDB is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 203 219 -
CMYK 0.90 0.07 0 0.14
HSL 184.87º 0.82% 0.47% -
HSV(B) 184.87º 0.9% 0.86% -
XYZ 34.47 48 74.47 -
YUV 150.71 166.53 36.2 -
System Red Green Blue C M Y K H S L
Decimal 22 203 219 0.90 0.07 0 0.14 184.87 0.82 0.47
Hex 16 CB DB 5A 7 0 E B9 52 2F
Octal 26 313 333 132 7 0 16 271 122 57
Binary 10110 11001011 11011011 1011010 111 0 1110 10111001 1010010 101111

Color Harmonies of #16CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CBDB

Black with #16CBDB

Text Example


Text Example

White with #16CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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