Html Css Color HEX #60CEDD Turquoise Blue

📋 copy color: '#60CEDD'

red 96 ◦ green 206 ◦ blue 221

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

Shades of Turquoise Blue #60CEDD

Tints of Turquoise Blue #60CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.39%

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

R = 18.36%
G = 39.39%
B = 42.26%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#60CEDD (or 0x60CEDD) is known color: Turquoise Blue. HEX triplet: 60, CE and DD. RGB value is (96,206,221). Sum of RGB (Red+Green+Blue) = 96+206+221=523 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.36% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #60CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEDD is #9F3122. Grayscale: #AEAEAE. Windows color (decimal): -10432803 or 14536288. OLE color: 14536288.

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

Color convert

RGB 96 206 221 -
CMYK 0.57 0.07 0 0.13
HSL 187.2º 0.65% 0.62% -
HSV(B) 187.2º 0.57% 0.87% -
XYZ 39.95 51.85 76.31 -
YUV 174.82 154.06 71.78 -
System Red Green Blue C M Y K H S L
Decimal 96 206 221 0.57 0.07 0 0.13 187.2 0.65 0.62
Hex 60 CE DD 39 7 0 D BB 41 3E
Octal 140 316 335 71 7 0 15 273 101 76
Binary 1100000 11001110 11011101 111001 111 0 1101 10111011 1000001 111110

Color Harmonies of #60CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEDD

Black with #60CEDD

Text Example


Text Example

White with #60CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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