Html Css Color HEX #3CE0B4 Turquoise

📋 copy color: '#3CE0B4'

red 60 ◦ green 224 ◦ blue 180

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

Shades of Turquoise #3CE0B4

Tints of Turquoise #3CE0B4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.28%

 BLUE value IS 180 (70.7% from 255) = 38.79%

R = 12.93%
G = 48.28%
B = 38.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#3CE0B4 (or 0x3CE0B4) is known color: Turquoise. HEX triplet: 3C, E0 and B4. RGB value is (60,224,180). Sum of RGB (Red+Green+Blue) = 60+224+180=464 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.93% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE0B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE0B4 is #C31F4B. Grayscale: #A9A9A9. Windows color (decimal): -12787532 or 11853884. OLE color: 11853884.

HSL color Cylindrical-coordinate representation of color #3CE0B4: hue angle of 163.9º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE0B4 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 224 180 -
CMYK 0.73 0 0.20 0.12
HSL 163.9º 0.73% 0.56% -
HSV(B) 163.9º 0.73% 0.88% -
XYZ 36.76 57.57 52.35 -
YUV 169.95 133.67 49.58 -
System Red Green Blue C M Y K H S L
Decimal 60 224 180 0.73 0 0.20 0.12 163.9 0.73 0.56
Hex 3C E0 B4 49 0 14 C A4 49 38
Octal 74 340 264 111 0 24 14 244 111 70
Binary 111100 11100000 10110100 1001001 0 10100 1100 10100100 1001001 111000

Color Harmonies of #3CE0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE0B4

Black with #3CE0B4

Text Example


Text Example

White with #3CE0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,224,180); }

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

background-color css

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

 a { background-color: rgb(60,224,180); }

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

border-color css

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

 span { border-color: rgb(60,224,180); }

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