Html Css Color HEX #5FEBDF Turquoise Blue

📋 copy color: '#5FEBDF'

red 95 ◦ green 235 ◦ blue 223

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

Shades of Turquoise Blue #5FEBDF

Tints of Turquoise Blue #5FEBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 17.18%
G = 42.5%
B = 40.33%

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

#5FEBDF (or 0x5FEBDF) is known color: Turquoise Blue. HEX triplet: 5F, EB and DF. RGB value is (95,235,223). Sum of RGB (Red+Green+Blue) = 95+235+223=553 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.18% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBDF is #A01420. Grayscale: #BFBFBF. Windows color (decimal): -10490913 or 14674783. OLE color: 14674783.

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

Color convert

RGB 95 235 223 -
CMYK 0.60 0 0.05 0.08
HSL 174.86º 0.78% 0.65% -
HSV(B) 174.86º 0.6% 0.92% -
XYZ 47.75 67.18 80.26 -
YUV 191.77 145.62 58.98 -
System Red Green Blue C M Y K H S L
Decimal 95 235 223 0.60 0 0.05 0.08 174.86 0.78 0.65
Hex 5F EB DF 3C 0 5 8 AF 4E 41
Octal 137 353 337 74 0 5 10 257 116 101
Binary 1011111 11101011 11011111 111100 0 101 1000 10101111 1001110 1000001

Color Harmonies of #5FEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEBDF

Black with #5FEBDF

Text Example


Text Example

White with #5FEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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