Html Css Color HEX #5FE3EF Turquoise Blue

📋 copy color: '#5FE3EF'

red 95 ◦ green 227 ◦ blue 239

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

Shades of Turquoise Blue #5FE3EF

Tints of Turquoise Blue #5FE3EF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.46%

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

R = 16.93%
G = 40.46%
B = 42.6%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5FE3EF (or 0x5FE3EF) is known color: Turquoise Blue. HEX triplet: 5F, E3 and EF. RGB value is (95,227,239). Sum of RGB (Red+Green+Blue) = 95+227+239=561 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.93% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FE3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE3EF is #A01C10. Grayscale: #BCBCBC. Windows color (decimal): -10492945 or 15721311. OLE color: 15721311.

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

Color convert

RGB 95 227 239 -
CMYK 0.60 0.05 0 0.06
HSL 185º 0.82% 0.65% -
HSV(B) 185º 0.6% 0.94% -
XYZ 47.77 63.6 91.42 -
YUV 188.9 156.27 61.02 -
System Red Green Blue C M Y K H S L
Decimal 95 227 239 0.60 0.05 0 0.06 185 0.82 0.65
Hex 5F E3 EF 3C 5 0 6 B9 52 41
Octal 137 343 357 74 5 0 6 271 122 101
Binary 1011111 11100011 11101111 111100 101 0 110 10111001 1010010 1000001

Color Harmonies of #5FE3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE3EF

Black with #5FE3EF

Text Example


Text Example

White with #5FE3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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