Html Css Color HEX #3CEEB0 Turquoise

📋 copy color: '#3CEEB0'

red 60 ◦ green 238 ◦ blue 176

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

Shades of Turquoise #3CEEB0

Tints of Turquoise #3CEEB0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.21%

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 12.66%
G = 50.21%
B = 37.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#3CEEB0 (or 0x3CEEB0) is known color: Turquoise. HEX triplet: 3C, EE and B0. RGB value is (60,238,176). Sum of RGB (Red+Green+Blue) = 60+238+176=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEEB0 is #C3114F. Grayscale: #B1B1B1. Windows color (decimal): -12783952 or 11595324. OLE color: 11595324.

HSL color Cylindrical-coordinate representation of color #3CEEB0: hue angle of 159.1º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEEB0 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 238 176 -
CMYK 0.75 0 0.26 0.07
HSL 159.1º 0.84% 0.58% -
HSV(B) 159.1º 0.75% 0.93% -
XYZ 40.27 65.24 51.55 -
YUV 177.71 127.03 44.04 -
System Red Green Blue C M Y K H S L
Decimal 60 238 176 0.75 0 0.26 0.07 159.1 0.84 0.58
Hex 3C EE B0 4B 0 1A 7 9F 54 3A
Octal 74 356 260 113 0 32 7 237 124 72
Binary 111100 11101110 10110000 1001011 0 11010 111 10011111 1010100 111010

Color Harmonies of #3CEEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEEB0

Black with #3CEEB0

Text Example


Text Example

White with #3CEEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,238,176); }

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

background-color css

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

 a { background-color: rgb(60,238,176); }

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

border-color css

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

 span { border-color: rgb(60,238,176); }

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