Html Css Color HEX #5FEBD0 Turquoise

📋 copy color: '#5FEBD0'

red 95 ◦ green 235 ◦ blue 208

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

Shades of Turquoise #5FEBD0

Tints of Turquoise #5FEBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.66%

R = 17.66%
G = 43.68%
B = 38.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#5FEBD0 (or 0x5FEBD0) is known color: Turquoise. HEX triplet: 5F, EB and D0. RGB value is (95,235,208). Sum of RGB (Red+Green+Blue) = 95+235+208=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBD0 is #A0142F. Grayscale: #BEBEBE. Windows color (decimal): -10490928 or 13691743. OLE color: 13691743.

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

Color convert

RGB 95 235 208 -
CMYK 0.60 0 0.11 0.08
HSL 168.43º 0.78% 0.65% -
HSV(B) 168.43º 0.6% 0.92% -
XYZ 45.81 66.4 70.08 -
YUV 190.06 138.12 60.2 -
System Red Green Blue C M Y K H S L
Decimal 95 235 208 0.60 0 0.11 0.08 168.43 0.78 0.65
Hex 5F EB D0 3C 0 B 8 A8 4E 41
Octal 137 353 320 74 0 13 10 250 116 101
Binary 1011111 11101011 11010000 111100 0 1011 1000 10101000 1001110 1000001

Color Harmonies of #5FEBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEBD0

Black with #5FEBD0

Text Example


Text Example

White with #5FEBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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