Html Css Color HEX #3CEBBB Turquoise

📋 copy color: '#3CEBBB'

red 60 ◦ green 235 ◦ blue 187

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

Shades of Turquoise #3CEBBB

Tints of Turquoise #3CEBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 12.45%
G = 48.76%
B = 38.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#3CEBBB (or 0x3CEBBB) is known color: Turquoise. HEX triplet: 3C, EB and BB. RGB value is (60,235,187). Sum of RGB (Red+Green+Blue) = 60+235+187=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEBBB is #C31444. Grayscale: #B1B1B1. Windows color (decimal): -12784709 or 12315452. OLE color: 12315452.

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

Color convert

RGB 60 235 187 -
CMYK 0.74 0 0.20 0.08
HSL 163.54º 0.81% 0.58% -
HSV(B) 163.54º 0.74% 0.92% -
XYZ 40.54 63.97 57.22 -
YUV 177.2 133.52 44.4 -
System Red Green Blue C M Y K H S L
Decimal 60 235 187 0.74 0 0.20 0.08 163.54 0.81 0.58
Hex 3C EB BB 4A 0 14 8 A4 51 3A
Octal 74 353 273 112 0 24 10 244 121 72
Binary 111100 11101011 10111011 1001010 0 10100 1000 10100100 1010001 111010

Color Harmonies of #3CEBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEBBB

Black with #3CEBBB

Text Example


Text Example

White with #3CEBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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