Html Css Color HEX #5FEBE0 Turquoise Blue

📋 copy color: '#5FEBE0'

red 95 ◦ green 235 ◦ blue 224

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

Shades of Turquoise Blue #5FEBE0

Tints of Turquoise Blue #5FEBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.43%

R = 17.15%
G = 42.42%
B = 40.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#5FEBE0 (or 0x5FEBE0) is known color: Turquoise Blue. HEX triplet: 5F, EB and E0. RGB value is (95,235,224). Sum of RGB (Red+Green+Blue) = 95+235+224=554 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.15% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBE0 is #A0141F. Grayscale: #BFBFBF. Windows color (decimal): -10490912 or 14740319. OLE color: 14740319.

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

Color convert

RGB 95 235 224 -
CMYK 0.60 0 0.05 0.08
HSL 175.29º 0.78% 0.65% -
HSV(B) 175.29º 0.6% 0.92% -
XYZ 47.88 67.23 80.97 -
YUV 191.89 146.12 58.89 -
System Red Green Blue C M Y K H S L
Decimal 95 235 224 0.60 0 0.05 0.08 175.29 0.78 0.65
Hex 5F EB E0 3C 0 5 8 AF 4E 41
Octal 137 353 340 74 0 5 10 257 116 101
Binary 1011111 11101011 11100000 111100 0 101 1000 10101111 1001110 1000001

Color Harmonies of #5FEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEBE0

Black with #5FEBE0

Text Example


Text Example

White with #5FEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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