Html Css Color HEX #5FEBE3 Turquoise Blue

📋 copy color: '#5FEBE3'

red 95 ◦ green 235 ◦ blue 227

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

Shades of Turquoise Blue #5FEBE3

Tints of Turquoise Blue #5FEBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.75%

R = 17.06%
G = 42.19%
B = 40.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#5FEBE3 (or 0x5FEBE3) is known color: Turquoise Blue. HEX triplet: 5F, EB and E3. RGB value is (95,235,227). Sum of RGB (Red+Green+Blue) = 95+235+227=557 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.06% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBE3 is #A0141C. Grayscale: #C0C0C0. Windows color (decimal): -10490909 or 14936927. OLE color: 14936927.

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

Color convert

RGB 95 235 227 -
CMYK 0.60 0 0.03 0.08
HSL 176.57º 0.78% 0.65% -
HSV(B) 176.57º 0.6% 0.92% -
XYZ 48.29 67.4 83.14 -
YUV 192.23 147.62 58.65 -
System Red Green Blue C M Y K H S L
Decimal 95 235 227 0.60 0 0.03 0.08 176.57 0.78 0.65
Hex 5F EB E3 3C 0 3 8 B1 4E 41
Octal 137 353 343 74 0 3 10 261 116 101
Binary 1011111 11101011 11100011 111100 0 11 1000 10110001 1001110 1000001

Color Harmonies of #5FEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEBE3

Black with #5FEBE3

Text Example


Text Example

White with #5FEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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