Html Css Color HEX #5FECDD Turquoise Blue

📋 copy color: '#5FECDD'

red 95 ◦ green 236 ◦ blue 221

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

Shades of Turquoise Blue #5FECDD

Tints of Turquoise Blue #5FECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.75%

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 17.21%
G = 42.75%
B = 40.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#5FECDD (or 0x5FECDD) is known color: Turquoise Blue. HEX triplet: 5F, EC and DD. RGB value is (95,236,221). Sum of RGB (Red+Green+Blue) = 95+236+221=552 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.21% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FECDD is #A01322. Grayscale: #C0C0C0. Windows color (decimal): -10490659 or 14543967. OLE color: 14543967.

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

Color convert

RGB 95 236 221 -
CMYK 0.60 0 0.06 0.07
HSL 173.62º 0.79% 0.65% -
HSV(B) 173.62º 0.6% 0.93% -
XYZ 47.77 67.64 78.95 -
YUV 192.13 144.29 58.72 -
System Red Green Blue C M Y K H S L
Decimal 95 236 221 0.60 0 0.06 0.07 173.62 0.79 0.65
Hex 5F EC DD 3C 0 6 7 AE 4F 41
Octal 137 354 335 74 0 6 7 256 117 101
Binary 1011111 11101100 11011101 111100 0 110 111 10101110 1001111 1000001

Color Harmonies of #5FECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FECDD

Black with #5FECDD

Text Example


Text Example

White with #5FECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,236,221); }

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

background-color css

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

 a { background-color: rgb(95,236,221); }

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

border-color css

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

 span { border-color: rgb(95,236,221); }

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