Html Css Color HEX #5EEFE1 Turquoise Blue

📋 copy color: '#5EEFE1'

red 94 ◦ green 239 ◦ blue 225

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

Shades of Turquoise Blue #5EEFE1

Tints of Turquoise Blue #5EEFE1

RGB

 RED value IS 94 (37.11% from 255) = 16.85%

 GREEN value IS 239 (93.75% from 255) = 42.83%

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 16.85%
G = 42.83%
B = 40.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#5EEFE1 (or 0x5EEFE1) is known color: Turquoise Blue. HEX triplet: 5E, EF and E1. RGB value is (94,239,225). Sum of RGB (Red+Green+Blue) = 94+239+225=558 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.85% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFE1 is #A1101E. Grayscale: #C1C1C1. Windows color (decimal): -10555423 or 14806878. OLE color: 14806878.

HSL color Cylindrical-coordinate representation of color #5EEFE1: hue angle of 174.21º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEFE1 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 239 225 -
CMYK 0.61 0 0.06 0.06
HSL 174.21º 0.82% 0.65% -
HSV(B) 174.21º 0.61% 0.94% -
XYZ 49.07 69.55 82.07 -
YUV 194.05 145.46 56.64 -
System Red Green Blue C M Y K H S L
Decimal 94 239 225 0.61 0 0.06 0.06 174.21 0.82 0.65
Hex 5E EF E1 3D 0 6 6 AE 52 41
Octal 136 357 341 75 0 6 6 256 122 101
Binary 1011110 11101111 11100001 111101 0 110 110 10101110 1010010 1000001

Color Harmonies of #5EEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEFE1

Black with #5EEFE1

Text Example


Text Example

White with #5EEFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EEFE1; }

 p { color: rgb(94,239,225); }

 H1.HeaderClassName
 {
   color: #5EEFE1;
 }
 .AnyTagClassName
 {
   color: #5EEFE1;
 }
</style>

background-color css

<style>
 a { background-color: #5EEFE1; }

 a { background-color: rgb(94,239,225); }

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

border-color css

<style>
 span { border-color: #5EEFE1; }

 span { border-color: rgb(94,239,225); }

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