Html Css Color HEX #13CBE6 Dark Turquoise

📋 copy color: '#13CBE6'

red 19 ◦ green 203 ◦ blue 230

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

Shades of Dark Turquoise #13CBE6

Tints of Dark Turquoise #13CBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.88%

R = 4.2%
G = 44.91%
B = 50.88%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#13CBE6 (or 0x13CBE6) is known color: Dark Turquoise. HEX triplet: 13, CB and E6. RGB value is (19,203,230). Sum of RGB (Red+Green+Blue) = 19+203+230=452 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.20% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #13CBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CBE6 is #EC3419. Grayscale: #969696. Windows color (decimal): -15479834 or 15125267. OLE color: 15125267.

HSL color Cylindrical-coordinate representation of color #13CBE6: hue angle of 187.68º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13CBE6 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 19 203 230 -
CMYK 0.92 0.12 0 0.10
HSL 187.68º 0.85% 0.49% -
HSV(B) 187.68º 0.92% 0.9% -
XYZ 35.91 48.56 82.34 -
YUV 151.06 172.54 33.8 -
System Red Green Blue C M Y K H S L
Decimal 19 203 230 0.92 0.12 0 0.10 187.68 0.85 0.49
Hex 13 CB E6 5C C 0 A BC 55 31
Octal 23 313 346 134 14 0 12 274 125 61
Binary 10011 11001011 11100110 1011100 1100 0 1010 10111100 1010101 110001

Color Harmonies of #13CBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CBE6

Black with #13CBE6

Text Example


Text Example

White with #13CBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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