Html Css Color HEX #13CBDB Dark Turquoise

📋 copy color: '#13CBDB'

red 19 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #13CBDB

Tints of Dark Turquoise #13CBDB

RGB

 RED value IS 19 (7.81% from 255) = 4.31%

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

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

R = 4.31%
G = 46.03%
B = 49.66%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#13CBDB (or 0x13CBDB) is known color: Dark Turquoise. HEX triplet: 13, CB and DB. RGB value is (19,203,219). Sum of RGB (Red+Green+Blue) = 19+203+219=441 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.31% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #13CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CBDB is #EC3424. Grayscale: #959595. Windows color (decimal): -15479845 or 14404371. OLE color: 14404371.

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

Color convert

RGB 19 203 219 -
CMYK 0.91 0.07 0 0.14
HSL 184.8º 0.84% 0.47% -
HSV(B) 184.8º 0.91% 0.86% -
XYZ 34.41 47.96 74.46 -
YUV 149.81 167.04 34.7 -
System Red Green Blue C M Y K H S L
Decimal 19 203 219 0.91 0.07 0 0.14 184.8 0.84 0.47
Hex 13 CB DB 5B 7 0 E B9 54 2F
Octal 23 313 333 133 7 0 16 271 124 57
Binary 10011 11001011 11011011 1011011 111 0 1110 10111001 1010100 101111

Color Harmonies of #13CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CBDB

Black with #13CBDB

Text Example


Text Example

White with #13CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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