Html Css Color HEX #60CFDF Turquoise Blue

📋 copy color: '#60CFDF'

red 96 ◦ green 207 ◦ blue 223

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

Shades of Turquoise Blue #60CFDF

Tints of Turquoise Blue #60CFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 18.25%
G = 39.35%
B = 42.4%

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

#60CFDF (or 0x60CFDF) is known color: Turquoise Blue. HEX triplet: 60, CF and DF. RGB value is (96,207,223). Sum of RGB (Red+Green+Blue) = 96+207+223=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #60CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFDF is #9F3020. Grayscale: #AFAFAF. Windows color (decimal): -10432545 or 14667616. OLE color: 14667616.

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

Color convert

RGB 96 207 223 -
CMYK 0.57 0.07 0 0.13
HSL 187.56º 0.66% 0.63% -
HSV(B) 187.56º 0.57% 0.87% -
XYZ 40.46 52.44 77.8 -
YUV 175.64 154.73 71.2 -
System Red Green Blue C M Y K H S L
Decimal 96 207 223 0.57 0.07 0 0.13 187.56 0.66 0.63
Hex 60 CF DF 39 7 0 D BC 42 3F
Octal 140 317 337 71 7 0 15 274 102 77
Binary 1100000 11001111 11011111 111001 111 0 1101 10111100 1000010 111111

Color Harmonies of #60CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CFDF

Black with #60CFDF

Text Example


Text Example

White with #60CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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