Html Css Color HEX #60DFDD Turquoise Blue

📋 copy color: '#60DFDD'

red 96 ◦ green 223 ◦ blue 221

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

Shades of Turquoise Blue #60DFDD

Tints of Turquoise Blue #60DFDD

RGB

 RED value IS 96 (37.89% from 255) = 17.78%

 GREEN value IS 223 (87.5% from 255) = 41.3%

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

R = 17.78%
G = 41.3%
B = 40.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#60DFDD (or 0x60DFDD) is known color: Turquoise Blue. HEX triplet: 60, DF and DD. RGB value is (96,223,221). Sum of RGB (Red+Green+Blue) = 96+223+221=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DFDD is #9F2022. Grayscale: #B8B8B8. Windows color (decimal): -10428451 or 14540640. OLE color: 14540640.

HSL color Cylindrical-coordinate representation of color #60DFDD: hue angle of 179.06º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DFDD is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 223 221 -
CMYK 0.57 0 0.01 0.13
HSL 179.06º 0.66% 0.63% -
HSV(B) 179.06º 0.57% 0.87% -
XYZ 44.26 60.48 77.75 -
YUV 184.8 148.42 64.66 -
System Red Green Blue C M Y K H S L
Decimal 96 223 221 0.57 0 0.01 0.13 179.06 0.66 0.63
Hex 60 DF DD 39 0 1 D B3 42 3F
Octal 140 337 335 71 0 1 15 263 102 77
Binary 1100000 11011111 11011101 111001 0 1 1101 10110011 1000010 111111

Color Harmonies of #60DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DFDD

Black with #60DFDD

Text Example


Text Example

White with #60DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60DFDD; }

 p { color: rgb(96,223,221); }

 H1.HeaderClassName
 {
   color: #60DFDD;
 }
 .AnyTagClassName
 {
   color: #60DFDD;
 }
</style>

background-color css

<style>
 a { background-color: #60DFDD; }

 a { background-color: rgb(96,223,221); }

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

border-color css

<style>
 span { border-color: #60DFDD; }

 span { border-color: rgb(96,223,221); }

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