Html Css Color HEX #3CCCD7 Medium Turquoise

📋 copy color: '#3CCCD7'

red 60 ◦ green 204 ◦ blue 215

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

Shades of Medium Turquoise #3CCCD7

Tints of Medium Turquoise #3CCCD7

RGB

 RED value IS 60 (23.83% from 255) = 12.53%

 GREEN value IS 204 (80.08% from 255) = 42.59%

 BLUE value IS 215 (84.38% from 255) = 44.89%

R = 12.53%
G = 42.59%
B = 44.89%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3CCCD7 (or 0x3CCCD7) is known color: Medium Turquoise. HEX triplet: 3C, CC and D7. RGB value is (60,204,215). Sum of RGB (Red+Green+Blue) = 60+204+215=479 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.53% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #3CCCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCD7 is #C33328. Grayscale: #A2A2A2. Windows color (decimal): -12792617 or 14142524. OLE color: 14142524.

HSL color Cylindrical-coordinate representation of color #3CCCD7: hue angle of 184.26º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CCCD7 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 204 215 -
CMYK 0.72 0.05 0 0.16
HSL 184.26º 0.66% 0.54% -
HSV(B) 184.26º 0.72% 0.84% -
XYZ 35.72 49.05 71.88 -
YUV 162.2 157.79 55.11 -
System Red Green Blue C M Y K H S L
Decimal 60 204 215 0.72 0.05 0 0.16 184.26 0.66 0.54
Hex 3C CC D7 48 5 0 10 B8 42 36
Octal 74 314 327 110 5 0 20 270 102 66
Binary 111100 11001100 11010111 1001000 101 0 10000 10111000 1000010 110110

Color Harmonies of #3CCCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCCD7

Black with #3CCCD7

Text Example


Text Example

White with #3CCCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CCCD7; }

 p { color: rgb(60,204,215); }

 H1.HeaderClassName
 {
   color: #3CCCD7;
 }
 .AnyTagClassName
 {
   color: #3CCCD7;
 }
</style>

background-color css

<style>
 a { background-color: #3CCCD7; }

 a { background-color: rgb(60,204,215); }

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

border-color css

<style>
 span { border-color: #3CCCD7; }

 span { border-color: rgb(60,204,215); }

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