Html Css Color HEX #3CCCCE Medium Turquoise

📋 copy color: '#3CCCCE'

red 60 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #3CCCCE

Tints of Medium Turquoise #3CCCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 12.77%
G = 43.4%
B = 43.83%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3CCCCE (or 0x3CCCCE) is known color: Medium Turquoise. HEX triplet: 3C, CC and CE. RGB value is (60,204,206). Sum of RGB (Red+Green+Blue) = 60+204+206=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #3CCCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCCE is #C33331. Grayscale: #A1A1A1. Windows color (decimal): -12792626 or 13552700. OLE color: 13552700.

HSL color Cylindrical-coordinate representation of color #3CCCCE: hue angle of 180.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCCCE is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 204 206 -
CMYK 0.71 0.01 0 0.19
HSL 180.82º 0.6% 0.52% -
HSV(B) 180.82º 0.71% 0.81% -
XYZ 34.6 48.6 65.95 -
YUV 161.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 60 204 206 0.71 0.01 0 0.19 180.82 0.6 0.52
Hex 3C CC CE 47 1 0 13 B5 3C 34
Octal 74 314 316 107 1 0 23 265 74 64
Binary 111100 11001100 11001110 1000111 1 0 10011 10110101 111100 110100

Color Harmonies of #3CCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCCCE

Black with #3CCCCE

Text Example


Text Example

White with #3CCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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