Html Css Color HEX #5FEEE4 Turquoise Blue

📋 copy color: '#5FEEE4'

red 95 ◦ green 238 ◦ blue 228

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

Shades of Turquoise Blue #5FEEE4

Tints of Turquoise Blue #5FEEE4

RGB

 RED value IS 95 (37.5% from 255) = 16.93%

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

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

R = 16.93%
G = 42.42%
B = 40.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#5FEEE4 (or 0x5FEEE4) is known color: Turquoise Blue. HEX triplet: 5F, EE and E4. RGB value is (95,238,228). Sum of RGB (Red+Green+Blue) = 95+238+228=561 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.93% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEEE4 is #A0111B. Grayscale: #C2C2C2. Windows color (decimal): -10490140 or 15003231. OLE color: 15003231.

HSL color Cylindrical-coordinate representation of color #5FEEE4: hue angle of 175.8º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEEE4 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 238 228 -
CMYK 0.60 0 0.04 0.07
HSL 175.8º 0.81% 0.65% -
HSV(B) 175.8º 0.6% 0.93% -
XYZ 49.3 69.18 84.15 -
YUV 194.1 147.12 57.31 -
System Red Green Blue C M Y K H S L
Decimal 95 238 228 0.60 0 0.04 0.07 175.8 0.81 0.65
Hex 5F EE E4 3C 0 4 7 B0 51 41
Octal 137 356 344 74 0 4 7 260 121 101
Binary 1011111 11101110 11100100 111100 0 100 111 10110000 1010001 1000001

Color Harmonies of #5FEEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEEE4

Black with #5FEEE4

Text Example


Text Example

White with #5FEEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,238,228); }

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

background-color css

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

 a { background-color: rgb(95,238,228); }

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

border-color css

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

 span { border-color: rgb(95,238,228); }

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