Html Css Color HEX #60CFD8 Turquoise Blue

📋 copy color: '#60CFD8'

red 96 ◦ green 207 ◦ blue 216

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

Shades of Turquoise Blue #60CFD8

Tints of Turquoise Blue #60CFD8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.88%

 BLUE value IS 216 (84.77% from 255) = 41.62%

R = 18.5%
G = 39.88%
B = 41.62%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#60CFD8 (or 0x60CFD8) is known color: Turquoise Blue. HEX triplet: 60, CF and D8. RGB value is (96,207,216). Sum of RGB (Red+Green+Blue) = 96+207+216=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #60CFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFD8 is #9F3027. Grayscale: #AEAEAE. Windows color (decimal): -10432552 or 14208864. OLE color: 14208864.

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

Color convert

RGB 96 207 216 -
CMYK 0.56 0.04 0 0.15
HSL 184.5º 0.61% 0.61% -
HSV(B) 184.5º 0.56% 0.85% -
XYZ 39.53 52.07 72.93 -
YUV 174.84 151.23 71.77 -
System Red Green Blue C M Y K H S L
Decimal 96 207 216 0.56 0.04 0 0.15 184.5 0.61 0.61
Hex 60 CF D8 38 4 0 F B8 3D 3D
Octal 140 317 330 70 4 0 17 270 75 75
Binary 1100000 11001111 11011000 111000 100 0 1111 10111000 111101 111101

Color Harmonies of #60CFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CFD8

Black with #60CFD8

Text Example


Text Example

White with #60CFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,207,216); }

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

background-color css

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

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

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

border-color css

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

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

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