Html Css Color HEX #13F2EE Bright Turquoise

📋 copy color: '#13F2EE'

red 19 ◦ green 242 ◦ blue 238

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

Shades of Bright Turquoise #13F2EE

Tints of Bright Turquoise #13F2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.5%

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 3.81%
G = 48.5%
B = 47.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#13F2EE (or 0x13F2EE) is known color: Bright Turquoise. HEX triplet: 13, F2 and EE. RGB value is (19,242,238). Sum of RGB (Red+Green+Blue) = 19+242+238=499 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.81% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13F2EE is #EC0D11. Grayscale: #AEAEAE. Windows color (decimal): -15469842 or 15659539. OLE color: 15659539.

HSL color Cylindrical-coordinate representation of color #13F2EE: hue angle of 178.92º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F2EE is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 242 238 -
CMYK 0.92 0 0.02 0.05
HSL 178.92º 0.9% 0.51% -
HSV(B) 178.92º 0.92% 0.95% -
XYZ 47.45 69.82 91.86 -
YUV 174.87 163.62 16.83 -
System Red Green Blue C M Y K H S L
Decimal 19 242 238 0.92 0 0.02 0.05 178.92 0.9 0.51
Hex 13 F2 EE 5C 0 2 5 B3 5A 33
Octal 23 362 356 134 0 2 5 263 132 63
Binary 10011 11110010 11101110 1011100 0 10 101 10110011 1011010 110011

Color Harmonies of #13F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F2EE

Black with #13F2EE

Text Example


Text Example

White with #13F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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