Html Css Color HEX #13EED2 Bright Turquoise

📋 copy color: '#13EED2'

red 19 ◦ green 238 ◦ blue 210

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

Shades of Bright Turquoise #13EED2

Tints of Bright Turquoise #13EED2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.96%

 BLUE value IS 210 (82.42% from 255) = 44.97%

R = 4.07%
G = 50.96%
B = 44.97%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#13EED2 (or 0x13EED2) is known color: Bright Turquoise. HEX triplet: 13, EE and D2. RGB value is (19,238,210). Sum of RGB (Red+Green+Blue) = 19+238+210=467 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.07% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #13EED2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EED2 is #EC112D. Grayscale: #A9A9A9. Windows color (decimal): -15470894 or 13823507. OLE color: 13823507.

HSL color Cylindrical-coordinate representation of color #13EED2: hue angle of 172.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EED2 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 238 210 -
CMYK 0.92 0 0.12 0.07
HSL 172.33º 0.87% 0.5% -
HSV(B) 172.33º 0.92% 0.93% -
XYZ 42.48 65.94 71.46 -
YUV 169.33 150.95 20.78 -
System Red Green Blue C M Y K H S L
Decimal 19 238 210 0.92 0 0.12 0.07 172.33 0.87 0.5
Hex 13 EE D2 5C 0 C 7 AC 57 32
Octal 23 356 322 134 0 14 7 254 127 62
Binary 10011 11101110 11010010 1011100 0 1100 111 10101100 1010111 110010

Color Harmonies of #13EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EED2

Black with #13EED2

Text Example


Text Example

White with #13EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,238,210); }

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

background-color css

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

 a { background-color: rgb(19,238,210); }

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

border-color css

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

 span { border-color: rgb(19,238,210); }

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