Html Css Color HEX #13CBE0 Dark Turquoise

📋 copy color: '#13CBE0'

red 19 ◦ green 203 ◦ blue 224

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

Shades of Dark Turquoise #13CBE0

Tints of Dark Turquoise #13CBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.22%

R = 4.26%
G = 45.52%
B = 50.22%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#13CBE0 (or 0x13CBE0) is known color: Dark Turquoise. HEX triplet: 13, CB and E0. RGB value is (19,203,224). Sum of RGB (Red+Green+Blue) = 19+203+224=446 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.26% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #13CBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CBE0 is #EC341F. Grayscale: #969696. Windows color (decimal): -15479840 or 14732051. OLE color: 14732051.

HSL color Cylindrical-coordinate representation of color #13CBE0: hue angle of 186.15º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13CBE0 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 203 224 -
CMYK 0.92 0.09 0 0.12
HSL 186.15º 0.84% 0.48% -
HSV(B) 186.15º 0.92% 0.88% -
XYZ 35.08 48.23 77.98 -
YUV 150.38 169.54 34.29 -
System Red Green Blue C M Y K H S L
Decimal 19 203 224 0.92 0.09 0 0.12 186.15 0.84 0.48
Hex 13 CB E0 5C 9 0 C BA 54 30
Octal 23 313 340 134 11 0 14 272 124 60
Binary 10011 11001011 11100000 1011100 1001 0 1100 10111010 1010100 110000

Color Harmonies of #13CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CBE0

Black with #13CBE0

Text Example


Text Example

White with #13CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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