Html Css Color HEX #3CEEB1 Turquoise

📋 copy color: '#3CEEB1'

red 60 ◦ green 238 ◦ blue 177

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

Shades of Turquoise #3CEEB1

Tints of Turquoise #3CEEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.26%

R = 12.63%
G = 50.11%
B = 37.26%

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

#3CEEB1 (or 0x3CEEB1) is known color: Turquoise. HEX triplet: 3C, EE and B1. RGB value is (60,238,177). Sum of RGB (Red+Green+Blue) = 60+238+177=475 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.63% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEEB1 is #C3114E. Grayscale: #B1B1B1. Windows color (decimal): -12783951 or 11660860. OLE color: 11660860.

HSL color Cylindrical-coordinate representation of color #3CEEB1: hue angle of 159.44º 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 #3CEEB1 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 238 177 -
CMYK 0.75 0 0.26 0.07
HSL 159.44º 0.84% 0.58% -
HSV(B) 159.44º 0.75% 0.93% -
XYZ 40.37 65.28 52.07 -
YUV 177.82 127.53 43.96 -
System Red Green Blue C M Y K H S L
Decimal 60 238 177 0.75 0 0.26 0.07 159.44 0.84 0.58
Hex 3C EE B1 4B 0 1A 7 9F 54 3A
Octal 74 356 261 113 0 32 7 237 124 72
Binary 111100 11101110 10110001 1001011 0 11010 111 10011111 1010100 111010

Color Harmonies of #3CEEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEEB1

Black with #3CEEB1

Text Example


Text Example

White with #3CEEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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