Html Css Color HEX #5FEFE0 Turquoise Blue

📋 copy color: '#5FEFE0'

red 95 ◦ green 239 ◦ blue 224

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

Shades of Turquoise Blue #5FEFE0

Tints of Turquoise Blue #5FEFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.14%

R = 17.03%
G = 42.83%
B = 40.14%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#5FEFE0 (or 0x5FEFE0) is known color: Turquoise Blue. HEX triplet: 5F, EF and E0. RGB value is (95,239,224). Sum of RGB (Red+Green+Blue) = 95+239+224=558 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.03% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFE0 is #A0101F. Grayscale: #C2C2C2. Windows color (decimal): -10489888 or 14741343. OLE color: 14741343.

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

Color convert

RGB 95 239 224 -
CMYK 0.60 0 0.06 0.06
HSL 173.75º 0.82% 0.65% -
HSV(B) 173.75º 0.6% 0.94% -
XYZ 49.04 69.55 81.36 -
YUV 194.23 144.79 57.22 -
System Red Green Blue C M Y K H S L
Decimal 95 239 224 0.60 0 0.06 0.06 173.75 0.82 0.65
Hex 5F EF E0 3C 0 6 6 AE 52 41
Octal 137 357 340 74 0 6 6 256 122 101
Binary 1011111 11101111 11100000 111100 0 110 110 10101110 1010010 1000001

Color Harmonies of #5FEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEFE0

Black with #5FEFE0

Text Example


Text Example

White with #5FEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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