Html Css Color HEX #5FEBEF Turquoise Blue

📋 copy color: '#5FEBEF'

red 95 ◦ green 235 ◦ blue 239

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

Shades of Turquoise Blue #5FEBEF

Tints of Turquoise Blue #5FEBEF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.3%

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

R = 16.7%
G = 41.3%
B = 42%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5FEBEF (or 0x5FEBEF) is known color: Turquoise Blue. HEX triplet: 5F, EB and EF. RGB value is (95,235,239). Sum of RGB (Red+Green+Blue) = 95+235+239=569 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.70% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FEBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEBEF is #A01410. Grayscale: #C1C1C1. Windows color (decimal): -10490897 or 15723359. OLE color: 15723359.

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

Color convert

RGB 95 235 239 -
CMYK 0.60 0.02 0 0.06
HSL 181.67º 0.82% 0.65% -
HSV(B) 181.67º 0.6% 0.94% -
XYZ 50.01 68.08 92.17 -
YUV 193.6 153.62 57.67 -
System Red Green Blue C M Y K H S L
Decimal 95 235 239 0.60 0.02 0 0.06 181.67 0.82 0.65
Hex 5F EB EF 3C 2 0 6 B6 52 41
Octal 137 353 357 74 2 0 6 266 122 101
Binary 1011111 11101011 11101111 111100 10 0 110 10110110 1010010 1000001

Color Harmonies of #5FEBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEBEF

Black with #5FEBEF

Text Example


Text Example

White with #5FEBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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