Html Css Color HEX #3CE7B6 Turquoise

📋 copy color: '#3CE7B6'

red 60 ◦ green 231 ◦ blue 182

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

Shades of Turquoise #3CE7B6

Tints of Turquoise #3CE7B6

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.84%

 BLUE value IS 182 (71.48% from 255) = 38.48%

R = 12.68%
G = 48.84%
B = 38.48%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#3CE7B6 (or 0x3CE7B6) is known color: Turquoise. HEX triplet: 3C, E7 and B6. RGB value is (60,231,182). Sum of RGB (Red+Green+Blue) = 60+231+182=473 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.68% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE7B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE7B6 is #C31849. Grayscale: #AEAEAE. Windows color (decimal): -12785738 or 11986748. OLE color: 11986748.

HSL color Cylindrical-coordinate representation of color #3CE7B6: hue angle of 162.81º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE7B6 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 60 231 182 -
CMYK 0.74 0 0.21 0.09
HSL 162.81º 0.78% 0.57% -
HSV(B) 162.81º 0.74% 0.91% -
XYZ 38.88 61.49 54.08 -
YUV 174.29 132.35 46.48 -
System Red Green Blue C M Y K H S L
Decimal 60 231 182 0.74 0 0.21 0.09 162.81 0.78 0.57
Hex 3C E7 B6 4A 0 15 9 A3 4E 39
Octal 74 347 266 112 0 25 11 243 116 71
Binary 111100 11100111 10110110 1001010 0 10101 1001 10100011 1001110 111001

Color Harmonies of #3CE7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE7B6

Black with #3CE7B6

Text Example


Text Example

White with #3CE7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,231,182); }

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

background-color css

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

 a { background-color: rgb(60,231,182); }

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

border-color css

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

 span { border-color: rgb(60,231,182); }

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