Html Css Color HEX #3CEBB3 Turquoise

📋 copy color: '#3CEBB3'

red 60 ◦ green 235 ◦ blue 179

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

Shades of Turquoise #3CEBB3

Tints of Turquoise #3CEBB3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.58%

 BLUE value IS 179 (70.31% from 255) = 37.76%

R = 12.66%
G = 49.58%
B = 37.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#3CEBB3 (or 0x3CEBB3) is known color: Turquoise. HEX triplet: 3C, EB and B3. RGB value is (60,235,179). Sum of RGB (Red+Green+Blue) = 60+235+179=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEBB3 is #C3144C. Grayscale: #B0B0B0. Windows color (decimal): -12784717 or 11791164. OLE color: 11791164.

HSL color Cylindrical-coordinate representation of color #3CEBB3: hue angle of 160.8º 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 #3CEBB3 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 235 179 -
CMYK 0.74 0 0.24 0.08
HSL 160.8º 0.81% 0.58% -
HSV(B) 160.8º 0.74% 0.92% -
XYZ 39.71 63.63 52.84 -
YUV 176.29 129.52 45.05 -
System Red Green Blue C M Y K H S L
Decimal 60 235 179 0.74 0 0.24 0.08 160.8 0.81 0.58
Hex 3C EB B3 4A 0 18 8 A1 51 3A
Octal 74 353 263 112 0 30 10 241 121 72
Binary 111100 11101011 10110011 1001010 0 11000 1000 10100001 1010001 111010

Color Harmonies of #3CEBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEBB3

Black with #3CEBB3

Text Example


Text Example

White with #3CEBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,235,179); }

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

background-color css

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

 a { background-color: rgb(60,235,179); }

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

border-color css

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

 span { border-color: rgb(60,235,179); }

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