Html Css Color HEX #5EEFE4 Turquoise Blue

📋 copy color: '#5EEFE4'

red 94 ◦ green 239 ◦ blue 228

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

Shades of Turquoise Blue #5EEFE4

Tints of Turquoise Blue #5EEFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.64%

R = 16.76%
G = 42.6%
B = 40.64%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#5EEFE4 (or 0x5EEFE4) is known color: Turquoise Blue. HEX triplet: 5E, EF and E4. RGB value is (94,239,228). Sum of RGB (Red+Green+Blue) = 94+239+228=561 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.76% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFE4 is #A1101B. Grayscale: #C2C2C2. Windows color (decimal): -10555420 or 15003486. OLE color: 15003486.

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

Color convert

RGB 94 239 228 -
CMYK 0.61 0 0.05 0.06
HSL 175.45º 0.82% 0.65% -
HSV(B) 175.45º 0.61% 0.94% -
XYZ 49.49 69.71 84.25 -
YUV 194.39 146.96 56.39 -
System Red Green Blue C M Y K H S L
Decimal 94 239 228 0.61 0 0.05 0.06 175.45 0.82 0.65
Hex 5E EF E4 3D 0 5 6 AF 52 41
Octal 136 357 344 75 0 5 6 257 122 101
Binary 1011110 11101111 11100100 111101 0 101 110 10101111 1010010 1000001

Color Harmonies of #5EEFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEFE4

Black with #5EEFE4

Text Example


Text Example

White with #5EEFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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