Html Css Color HEX #5FEFEB Turquoise Blue

📋 copy color: '#5FEFEB'

red 95 ◦ green 239 ◦ blue 235

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

Shades of Turquoise Blue #5FEFEB

Tints of Turquoise Blue #5FEFEB

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

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

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

Color convert

RGB 95 239 235 -
CMYK 0.60 0 0.02 0.06
HSL 178.33º 0.82% 0.65% -
HSV(B) 178.33º 0.6% 0.94% -
XYZ 50.58 70.16 89.47 -
YUV 195.49 150.29 56.33 -
System Red Green Blue C M Y K H S L
Decimal 95 239 235 0.60 0 0.02 0.06 178.33 0.82 0.65
Hex 5F EF EB 3C 0 2 6 B2 52 41
Octal 137 357 353 74 0 2 6 262 122 101
Binary 1011111 11101111 11101011 111100 0 10 110 10110010 1010010 1000001

Color Harmonies of #5FEFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEFEB

Black with #5FEFEB

Text Example


Text Example

White with #5FEFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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