Html Css Color HEX #3CE1BA Turquoise

📋 copy color: '#3CE1BA'

red 60 ◦ green 225 ◦ blue 186

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

Shades of Turquoise #3CE1BA

Tints of Turquoise #3CE1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 12.74%
G = 47.77%
B = 39.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#3CE1BA (or 0x3CE1BA) is known color: Turquoise. HEX triplet: 3C, E1 and BA. RGB value is (60,225,186). Sum of RGB (Red+Green+Blue) = 60+225+186=471 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.74% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE1BA is #C31E45. Grayscale: #ABABAB. Windows color (decimal): -12787270 or 12247356. OLE color: 12247356.

HSL color Cylindrical-coordinate representation of color #3CE1BA: hue angle of 165.82º 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 #3CE1BA is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 225 186 -
CMYK 0.73 0 0.17 0.12
HSL 165.82º 0.73% 0.56% -
HSV(B) 165.82º 0.73% 0.88% -
XYZ 37.65 58.36 55.73 -
YUV 171.22 136.34 48.67 -
System Red Green Blue C M Y K H S L
Decimal 60 225 186 0.73 0 0.17 0.12 165.82 0.73 0.56
Hex 3C E1 BA 49 0 11 C A6 49 38
Octal 74 341 272 111 0 21 14 246 111 70
Binary 111100 11100001 10111010 1001001 0 10001 1100 10100110 1001001 111000

Color Harmonies of #3CE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE1BA

Black with #3CE1BA

Text Example


Text Example

White with #3CE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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