Html Css Color HEX #60DFDA Turquoise Blue

📋 copy color: '#60DFDA'

red 96 ◦ green 223 ◦ blue 218

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

Shades of Turquoise Blue #60DFDA

Tints of Turquoise Blue #60DFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 17.88%
G = 41.53%
B = 40.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#60DFDA (or 0x60DFDA) is known color: Turquoise Blue. HEX triplet: 60, DF and DA. RGB value is (96,223,218). Sum of RGB (Red+Green+Blue) = 96+223+218=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DFDA is #9F2025. Grayscale: #B8B8B8. Windows color (decimal): -10428454 or 14344032. OLE color: 14344032.

HSL color Cylindrical-coordinate representation of color #60DFDA: hue angle of 177.64º 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 #60DFDA is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 223 218 -
CMYK 0.57 0 0.02 0.13
HSL 177.64º 0.66% 0.63% -
HSV(B) 177.64º 0.57% 0.87% -
XYZ 43.87 60.32 75.66 -
YUV 184.46 146.92 64.91 -
System Red Green Blue C M Y K H S L
Decimal 96 223 218 0.57 0 0.02 0.13 177.64 0.66 0.63
Hex 60 DF DA 39 0 2 D B2 42 3F
Octal 140 337 332 71 0 2 15 262 102 77
Binary 1100000 11011111 11011010 111001 0 10 1101 10110010 1000010 111111

Color Harmonies of #60DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DFDA

Black with #60DFDA

Text Example


Text Example

White with #60DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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