Html Css Color HEX #3CE3BB Turquoise

📋 copy color: '#3CE3BB'

red 60 ◦ green 227 ◦ blue 187

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

Shades of Turquoise #3CE3BB

Tints of Turquoise #3CE3BB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.89%

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

R = 12.66%
G = 47.89%
B = 39.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#3CE3BB (or 0x3CE3BB) is known color: Turquoise. HEX triplet: 3C, E3 and BB. RGB value is (60,227,187). Sum of RGB (Red+Green+Blue) = 60+227+187=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE3BB is #C31C44. Grayscale: #ACACAC. Windows color (decimal): -12786757 or 12313404. OLE color: 12313404.

HSL color Cylindrical-coordinate representation of color #3CE3BB: hue angle of 165.63º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE3BB is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 60 227 187 -
CMYK 0.74 0 0.18 0.11
HSL 165.63º 0.75% 0.56% -
HSV(B) 165.63º 0.74% 0.89% -
XYZ 38.3 59.49 56.48 -
YUV 172.51 136.17 47.75 -
System Red Green Blue C M Y K H S L
Decimal 60 227 187 0.74 0 0.18 0.11 165.63 0.75 0.56
Hex 3C E3 BB 4A 0 12 B A6 4B 38
Octal 74 343 273 112 0 22 13 246 113 70
Binary 111100 11100011 10111011 1001010 0 10010 1011 10100110 1001011 111000

Color Harmonies of #3CE3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE3BB

Black with #3CE3BB

Text Example


Text Example

White with #3CE3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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