Html Css Color HEX #3CEACA Turquoise

📋 copy color: '#3CEACA'

red 60 ◦ green 234 ◦ blue 202

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

Shades of Turquoise #3CEACA

Tints of Turquoise #3CEACA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.18%

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 12.1%
G = 47.18%
B = 40.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#3CEACA (or 0x3CEACA) is known color: Turquoise. HEX triplet: 3C, EA and CA. RGB value is (60,234,202). Sum of RGB (Red+Green+Blue) = 60+234+202=496 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.10% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEACA is #C31535. Grayscale: #B2B2B2. Windows color (decimal): -12784950 or 13298236. OLE color: 13298236.

HSL color Cylindrical-coordinate representation of color #3CEACA: hue angle of 168.97º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEACA is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 234 202 -
CMYK 0.74 0 0.14 0.08
HSL 168.97º 0.81% 0.58% -
HSV(B) 168.97º 0.74% 0.92% -
XYZ 41.95 64.07 66.03 -
YUV 178.33 141.35 43.6 -
System Red Green Blue C M Y K H S L
Decimal 60 234 202 0.74 0 0.14 0.08 168.97 0.81 0.58
Hex 3C EA CA 4A 0 E 8 A9 51 3A
Octal 74 352 312 112 0 16 10 251 121 72
Binary 111100 11101010 11001010 1001010 0 1110 1000 10101001 1010001 111010

Color Harmonies of #3CEACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEACA

Black with #3CEACA

Text Example


Text Example

White with #3CEACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,234,202); }

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

background-color css

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

 a { background-color: rgb(60,234,202); }

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

border-color css

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

 span { border-color: rgb(60,234,202); }

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