Html Css Color HEX #60CBCF Medium Turquoise

📋 copy color: '#60CBCF'

red 96 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #60CBCF

Tints of Medium Turquoise #60CBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.12%

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 18.97%
G = 40.12%
B = 40.91%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#60CBCF (or 0x60CBCF) is known color: Medium Turquoise. HEX triplet: 60, CB and CF. RGB value is (96,203,207). Sum of RGB (Red+Green+Blue) = 96+203+207=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #60CBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBCF is #9F3430. Grayscale: #ABABAB. Windows color (decimal): -10433585 or 13618016. OLE color: 13618016.

HSL color Cylindrical-coordinate representation of color #60CBCF: hue angle of 182.16º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CBCF is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 203 207 -
CMYK 0.54 0.02 0 0.19
HSL 182.16º 0.54% 0.59% -
HSV(B) 182.16º 0.54% 0.81% -
XYZ 37.44 49.7 66.65 -
YUV 171.46 148.05 74.17 -
System Red Green Blue C M Y K H S L
Decimal 96 203 207 0.54 0.02 0 0.19 182.16 0.54 0.59
Hex 60 CB CF 36 2 0 13 B6 36 3B
Octal 140 313 317 66 2 0 23 266 66 73
Binary 1100000 11001011 11001111 110110 10 0 10011 10110110 110110 111011

Color Harmonies of #60CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CBCF

Black with #60CBCF

Text Example


Text Example

White with #60CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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