Html Css Color HEX #5FEFDC Turquoise Blue

📋 copy color: '#5FEFDC'

red 95 ◦ green 239 ◦ blue 220

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

Shades of Turquoise Blue #5FEFDC

Tints of Turquoise Blue #5FEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.14%

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 17.15%
G = 43.14%
B = 39.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#5FEFDC (or 0x5FEFDC) is known color: Turquoise Blue. HEX triplet: 5F, EF and DC. RGB value is (95,239,220). Sum of RGB (Red+Green+Blue) = 95+239+220=554 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.15% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFDC is #A01023. Grayscale: #C1C1C1. Windows color (decimal): -10489892 or 14479199. OLE color: 14479199.

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

Color convert

RGB 95 239 220 -
CMYK 0.60 0 0.08 0.06
HSL 172.08º 0.82% 0.65% -
HSV(B) 172.08º 0.6% 0.94% -
XYZ 48.5 69.33 78.54 -
YUV 193.78 142.79 57.54 -
System Red Green Blue C M Y K H S L
Decimal 95 239 220 0.60 0 0.08 0.06 172.08 0.82 0.65
Hex 5F EF DC 3C 0 8 6 AC 52 41
Octal 137 357 334 74 0 10 6 254 122 101
Binary 1011111 11101111 11011100 111100 0 1000 110 10101100 1010010 1000001

Color Harmonies of #5FEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEFDC

Black with #5FEFDC

Text Example


Text Example

White with #5FEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,239,220); }

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

background-color css

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

 a { background-color: rgb(95,239,220); }

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

border-color css

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

 span { border-color: rgb(95,239,220); }

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