Html Css Color HEX #3CEBE2 Turquoise

📋 copy color: '#3CEBE2'

red 60 ◦ green 235 ◦ blue 226

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

Shades of Turquoise #3CEBE2

Tints of Turquoise #3CEBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.11%

 BLUE value IS 226 (88.67% from 255) = 43.38%

R = 11.52%
G = 45.11%
B = 43.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#3CEBE2 (or 0x3CEBE2) is known color: Turquoise. HEX triplet: 3C, EB and E2. RGB value is (60,235,226). Sum of RGB (Red+Green+Blue) = 60+235+226=521 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.52% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEBE2 is #C3141D. Grayscale: #B5B5B5. Windows color (decimal): -12784670 or 14871356. OLE color: 14871356.

HSL color Cylindrical-coordinate representation of color #3CEBE2: hue angle of 176.91º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEBE2 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 235 226 -
CMYK 0.74 0 0.04 0.08
HSL 176.91º 0.81% 0.58% -
HSV(B) 176.91º 0.74% 0.92% -
XYZ 45.3 65.87 82.28 -
YUV 181.65 153.02 41.23 -
System Red Green Blue C M Y K H S L
Decimal 60 235 226 0.74 0 0.04 0.08 176.91 0.81 0.58
Hex 3C EB E2 4A 0 4 8 B1 51 3A
Octal 74 353 342 112 0 4 10 261 121 72
Binary 111100 11101011 11100010 1001010 0 100 1000 10110001 1010001 111010

Color Harmonies of #3CEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEBE2

Black with #3CEBE2

Text Example


Text Example

White with #3CEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,235,226); }

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

background-color css

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

 a { background-color: rgb(60,235,226); }

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

border-color css

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

 span { border-color: rgb(60,235,226); }

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