Html Css Color HEX #3CEEB3 Turquoise

📋 copy color: '#3CEEB3'

red 60 ◦ green 238 ◦ blue 179

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

Shades of Turquoise #3CEEB3

Tints of Turquoise #3CEEB3

RGB

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

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

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

R = 12.58%
G = 49.9%
B = 37.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#3CEEB3 (or 0x3CEEB3) is known color: Turquoise. HEX triplet: 3C, EE and B3. RGB value is (60,238,179). Sum of RGB (Red+Green+Blue) = 60+238+179=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEEB3 is #C3114C. Grayscale: #B2B2B2. Windows color (decimal): -12783949 or 11791932. OLE color: 11791932.

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

Color convert

RGB 60 238 179 -
CMYK 0.75 0 0.25 0.07
HSL 160.11º 0.84% 0.58% -
HSV(B) 160.11º 0.75% 0.93% -
XYZ 40.57 65.36 53.13 -
YUV 178.05 128.53 43.8 -
System Red Green Blue C M Y K H S L
Decimal 60 238 179 0.75 0 0.25 0.07 160.11 0.84 0.58
Hex 3C EE B3 4B 0 19 7 A0 54 3A
Octal 74 356 263 113 0 31 7 240 124 72
Binary 111100 11101110 10110011 1001011 0 11001 111 10100000 1010100 111010

Color Harmonies of #3CEEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEEB3

Black with #3CEEB3

Text Example


Text Example

White with #3CEEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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