Html Css Color HEX #60DADA Turquoise Blue

📋 copy color: '#60DADA'

red 96 ◦ green 218 ◦ blue 218

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

Shades of Turquoise Blue #60DADA

Tints of Turquoise Blue #60DADA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.98%

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

R = 18.05%
G = 40.98%
B = 40.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#60DADA (or 0x60DADA) is known color: Turquoise Blue. HEX triplet: 60, DA and DA. RGB value is (96,218,218). Sum of RGB (Red+Green+Blue) = 96+218+218=532 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.05% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #60DADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DADA is #9F2525. Grayscale: #B5B5B5. Windows color (decimal): -10429734 or 14342752. OLE color: 14342752.

HSL color Cylindrical-coordinate representation of color #60DADA: hue angle of 180º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DADA is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 218 218 -
CMYK 0.56 0 0 0.15
HSL 180º 0.62% 0.62% -
HSV(B) 180º 0.56% 0.85% -
XYZ 42.55 57.69 75.22 -
YUV 181.52 148.58 67 -
System Red Green Blue C M Y K H S L
Decimal 96 218 218 0.56 0 0 0.15 180 0.62 0.62
Hex 60 DA DA 38 0 0 F B4 3E 3E
Octal 140 332 332 70 0 0 17 264 76 76
Binary 1100000 11011010 11011010 111000 0 0 1111 10110100 111110 111110

Color Harmonies of #60DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DADA

Black with #60DADA

Text Example


Text Example

White with #60DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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