Html Css Color HEX #5FEBE9 Turquoise Blue

📋 copy color: '#5FEBE9'

red 95 ◦ green 235 ◦ blue 233

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

Shades of Turquoise Blue #5FEBE9

Tints of Turquoise Blue #5FEBE9

RGB

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

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

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

R = 16.87%
G = 41.74%
B = 41.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#5FEBE9 (or 0x5FEBE9) is known color: Turquoise Blue. HEX triplet: 5F, EB and E9. RGB value is (95,235,233). Sum of RGB (Red+Green+Blue) = 95+235+233=563 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.87% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEBE9 is #A01416. Grayscale: #C0C0C0. Windows color (decimal): -10490903 or 15330143. OLE color: 15330143.

HSL color Cylindrical-coordinate representation of color #5FEBE9: hue angle of 179.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEBE9 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 235 233 -
CMYK 0.60 0 0.01 0.08
HSL 179.14º 0.78% 0.65% -
HSV(B) 179.14º 0.6% 0.92% -
XYZ 49.14 67.73 87.57 -
YUV 192.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 95 235 233 0.60 0 0.01 0.08 179.14 0.78 0.65
Hex 5F EB E9 3C 0 1 8 B3 4E 41
Octal 137 353 351 74 0 1 10 263 116 101
Binary 1011111 11101011 11101001 111100 0 1 1000 10110011 1001110 1000001

Color Harmonies of #5FEBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEBE9

Black with #5FEBE9

Text Example


Text Example

White with #5FEBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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