Html Css Color HEX #3CE1CA Turquoise

📋 copy color: '#3CE1CA'

red 60 ◦ green 225 ◦ blue 202

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

Shades of Turquoise #3CE1CA

Tints of Turquoise #3CE1CA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.2%

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

R = 12.32%
G = 46.2%
B = 41.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#3CE1CA (or 0x3CE1CA) is known color: Turquoise. HEX triplet: 3C, E1 and CA. RGB value is (60,225,202). Sum of RGB (Red+Green+Blue) = 60+225+202=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE1CA is #C31E35. Grayscale: #ACACAC. Windows color (decimal): -12787254 or 13295932. OLE color: 13295932.

HSL color Cylindrical-coordinate representation of color #3CE1CA: hue angle of 171.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE1CA is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 225 202 -
CMYK 0.73 0 0.10 0.12
HSL 171.64º 0.73% 0.56% -
HSV(B) 171.64º 0.73% 0.88% -
XYZ 39.45 59.08 65.2 -
YUV 173.04 144.34 47.37 -
System Red Green Blue C M Y K H S L
Decimal 60 225 202 0.73 0 0.10 0.12 171.64 0.73 0.56
Hex 3C E1 CA 49 0 A C AC 49 38
Octal 74 341 312 111 0 12 14 254 111 70
Binary 111100 11100001 11001010 1001001 0 1010 1100 10101100 1001001 111000

Color Harmonies of #3CE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE1CA

Black with #3CE1CA

Text Example


Text Example

White with #3CE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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