Html Css Color HEX #5FEFE9 Turquoise Blue

📋 copy color: '#5FEFE9'

red 95 ◦ green 239 ◦ blue 233

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

Shades of Turquoise Blue #5FEFE9

Tints of Turquoise Blue #5FEFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.09%

R = 16.75%
G = 42.15%
B = 41.09%

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

#5FEFE9 (or 0x5FEFE9) is known color: Turquoise Blue. HEX triplet: 5F, EF and E9. RGB value is (95,239,233). Sum of RGB (Red+Green+Blue) = 95+239+233=567 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.75% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEFE9 is #A01016. Grayscale: #C3C3C3. Windows color (decimal): -10489879 or 15331167. OLE color: 15331167.

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

Color convert

RGB 95 239 233 -
CMYK 0.60 0 0.03 0.06
HSL 177.5º 0.82% 0.65% -
HSV(B) 177.5º 0.6% 0.94% -
XYZ 50.29 70.05 87.96 -
YUV 195.26 149.29 56.49 -
System Red Green Blue C M Y K H S L
Decimal 95 239 233 0.60 0 0.03 0.06 177.5 0.82 0.65
Hex 5F EF E9 3C 0 3 6 B2 52 41
Octal 137 357 351 74 0 3 6 262 122 101
Binary 1011111 11101111 11101001 111100 0 11 110 10110010 1010010 1000001

Color Harmonies of #5FEFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEFE9

Black with #5FEFE9

Text Example


Text Example

White with #5FEFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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