Html Css Color HEX #5FE6DC Turquoise Blue

📋 copy color: '#5FE6DC'

red 95 ◦ green 230 ◦ blue 220

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

Shades of Turquoise Blue #5FE6DC

Tints of Turquoise Blue #5FE6DC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.2%

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

R = 17.43%
G = 42.2%
B = 40.37%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#5FE6DC (or 0x5FE6DC) is known color: Turquoise Blue. HEX triplet: 5F, E6 and DC. RGB value is (95,230,220). Sum of RGB (Red+Green+Blue) = 95+230+220=545 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.43% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #5FE6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE6DC is #A01923. Grayscale: #BCBCBC. Windows color (decimal): -10492196 or 14476895. OLE color: 14476895.

HSL color Cylindrical-coordinate representation of color #5FE6DC: hue angle of 175.56º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE6DC is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 95 230 220 -
CMYK 0.59 0 0.04 0.10
HSL 175.56º 0.73% 0.64% -
HSV(B) 175.56º 0.59% 0.9% -
XYZ 45.93 64.19 77.68 -
YUV 188.5 145.77 61.31 -
System Red Green Blue C M Y K H S L
Decimal 95 230 220 0.59 0 0.04 0.10 175.56 0.73 0.64
Hex 5F E6 DC 3B 0 4 A B0 49 40
Octal 137 346 334 73 0 4 12 260 111 100
Binary 1011111 11100110 11011100 111011 0 100 1010 10110000 1001001 1000000

Color Harmonies of #5FE6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE6DC

Black with #5FE6DC

Text Example


Text Example

White with #5FE6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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