Html Css Color HEX #3CE7B3 Turquoise

📋 copy color: '#3CE7B3'

red 60 ◦ green 231 ◦ blue 179

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

Shades of Turquoise #3CE7B3

Tints of Turquoise #3CE7B3

RGB

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

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

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

R = 12.77%
G = 49.15%
B = 38.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#3CE7B3 (or 0x3CE7B3) is known color: Turquoise. HEX triplet: 3C, E7 and B3. RGB value is (60,231,179). Sum of RGB (Red+Green+Blue) = 60+231+179=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE7B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE7B3 is #C3184C. Grayscale: #ADADAD. Windows color (decimal): -12785741 or 11790140. OLE color: 11790140.

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

Color convert

RGB 60 231 179 -
CMYK 0.74 0 0.23 0.09
HSL 161.75º 0.78% 0.57% -
HSV(B) 161.75º 0.74% 0.91% -
XYZ 38.58 61.37 52.46 -
YUV 173.94 130.85 46.73 -
System Red Green Blue C M Y K H S L
Decimal 60 231 179 0.74 0 0.23 0.09 161.75 0.78 0.57
Hex 3C E7 B3 4A 0 17 9 A2 4E 39
Octal 74 347 263 112 0 27 11 242 116 71
Binary 111100 11100111 10110011 1001010 0 10111 1001 10100010 1001110 111001

Color Harmonies of #3CE7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE7B3

Black with #3CE7B3

Text Example


Text Example

White with #3CE7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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