Html Css Color HEX #5EEFE5 Turquoise Blue

📋 copy color: '#5EEFE5'

red 94 ◦ green 239 ◦ blue 229

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

Shades of Turquoise Blue #5EEFE5

Tints of Turquoise Blue #5EEFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.75%

R = 16.73%
G = 42.53%
B = 40.75%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#5EEFE5 (or 0x5EEFE5) is known color: Turquoise Blue. HEX triplet: 5E, EF and E5. RGB value is (94,239,229). Sum of RGB (Red+Green+Blue) = 94+239+229=562 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.73% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFE5 is #A1101A. Grayscale: #C2C2C2. Windows color (decimal): -10555419 or 15069022. OLE color: 15069022.

HSL color Cylindrical-coordinate representation of color #5EEFE5: hue angle of 175.86º 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 #5EEFE5 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 239 229 -
CMYK 0.61 0 0.04 0.06
HSL 175.86º 0.82% 0.65% -
HSV(B) 175.86º 0.61% 0.94% -
XYZ 49.63 69.77 84.98 -
YUV 194.51 147.46 56.31 -
System Red Green Blue C M Y K H S L
Decimal 94 239 229 0.61 0 0.04 0.06 175.86 0.82 0.65
Hex 5E EF E5 3D 0 4 6 B0 52 41
Octal 136 357 345 75 0 4 6 260 122 101
Binary 1011110 11101111 11100101 111101 0 100 110 10110000 1010010 1000001

Color Harmonies of #5EEFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEFE5

Black with #5EEFE5

Text Example


Text Example

White with #5EEFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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