Html Css Color HEX #5FEFE8 Turquoise Blue

📋 copy color: '#5FEFE8'

red 95 ◦ green 239 ◦ blue 232

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

Shades of Turquoise Blue #5FEFE8

Tints of Turquoise Blue #5FEFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.99%

R = 16.78%
G = 42.23%
B = 40.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#5FEFE8 (or 0x5FEFE8) is known color: Turquoise Blue. HEX triplet: 5F, EF and E8. RGB value is (95,239,232). Sum of RGB (Red+Green+Blue) = 95+239+232=566 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.78% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEFE8 is #A01017. Grayscale: #C3C3C3. Windows color (decimal): -10489880 or 15265631. OLE color: 15265631.

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

Color convert

RGB 95 239 232 -
CMYK 0.60 0 0.03 0.06
HSL 177.08º 0.82% 0.65% -
HSV(B) 177.08º 0.6% 0.94% -
XYZ 50.15 69.99 87.21 -
YUV 195.15 148.79 56.57 -
System Red Green Blue C M Y K H S L
Decimal 95 239 232 0.60 0 0.03 0.06 177.08 0.82 0.65
Hex 5F EF E8 3C 0 3 6 B1 52 41
Octal 137 357 350 74 0 3 6 261 122 101
Binary 1011111 11101111 11101000 111100 0 11 110 10110001 1010010 1000001

Color Harmonies of #5FEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEFE8

Black with #5FEFE8

Text Example


Text Example

White with #5FEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,239,232); }

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

background-color css

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

 a { background-color: rgb(95,239,232); }

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

border-color css

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

 span { border-color: rgb(95,239,232); }

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