Html Css Color HEX #13CCE7 Dark Turquoise

📋 copy color: '#13CCE7'

red 19 ◦ green 204 ◦ blue 231

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

Shades of Dark Turquoise #13CCE7

Tints of Dark Turquoise #13CCE7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.93%

 BLUE value IS 231 (90.63% from 255) = 50.88%

R = 4.19%
G = 44.93%
B = 50.88%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#13CCE7 (or 0x13CCE7) is known color: Dark Turquoise. HEX triplet: 13, CC and E7. RGB value is (19,204,231). Sum of RGB (Red+Green+Blue) = 19+204+231=454 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.19% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 231 (90.62% from 255 or 50.88% from 454); Max value from RGB is 231 - color contains mainly: blue. Hex color #13CCE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CCE7 is #EC3318. Grayscale: #979797. Windows color (decimal): -15479577 or 15191059. OLE color: 15191059.

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

Color convert

RGB 19 204 231 -
CMYK 0.92 0.12 0 0.09
HSL 187.64º 0.85% 0.49% -
HSV(B) 187.64º 0.92% 0.91% -
XYZ 36.29 49.09 83.16 -
YUV 151.76 172.71 33.3 -
System Red Green Blue C M Y K H S L
Decimal 19 204 231 0.92 0.12 0 0.09 187.64 0.85 0.49
Hex 13 CC E7 5C C 0 9 BC 55 31
Octal 23 314 347 134 14 0 11 274 125 61
Binary 10011 11001100 11100111 1011100 1100 0 1001 10111100 1010101 110001

Color Harmonies of #13CCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CCE7

Black with #13CCE7

Text Example


Text Example

White with #13CCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,204,231); }

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

background-color css

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

 a { background-color: rgb(19,204,231); }

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

border-color css

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

 span { border-color: rgb(19,204,231); }

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