Html Css Color HEX #3CE6BA Turquoise

📋 copy color: '#3CE6BA'

red 60 ◦ green 230 ◦ blue 186

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

Shades of Turquoise #3CE6BA

Tints of Turquoise #3CE6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.32%

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

R = 12.61%
G = 48.32%
B = 39.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#3CE6BA (or 0x3CE6BA) is known color: Turquoise. HEX triplet: 3C, E6 and BA. RGB value is (60,230,186). Sum of RGB (Red+Green+Blue) = 60+230+186=476 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.61% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #3CE6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE6BA is #C31945. Grayscale: #AEAEAE. Windows color (decimal): -12785990 or 12248636. OLE color: 12248636.

HSL color Cylindrical-coordinate representation of color #3CE6BA: hue angle of 164.47º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE6BA is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 60 230 186 -
CMYK 0.74 0 0.19 0.10
HSL 164.47º 0.77% 0.57% -
HSV(B) 164.47º 0.74% 0.9% -
XYZ 39.02 61.1 56.19 -
YUV 174.15 134.68 46.58 -
System Red Green Blue C M Y K H S L
Decimal 60 230 186 0.74 0 0.19 0.10 164.47 0.77 0.57
Hex 3C E6 BA 4A 0 13 A A4 4D 39
Octal 74 346 272 112 0 23 12 244 115 71
Binary 111100 11100110 10111010 1001010 0 10011 1010 10100100 1001101 111001

Color Harmonies of #3CE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE6BA

Black with #3CE6BA

Text Example


Text Example

White with #3CE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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