Html Css Color HEX #3CEBCB Turquoise

📋 copy color: '#3CEBCB'

red 60 ◦ green 235 ◦ blue 203

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

Shades of Turquoise #3CEBCB

Tints of Turquoise #3CEBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 12.05%
G = 47.19%
B = 40.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#3CEBCB (or 0x3CEBCB) is known color: Turquoise. HEX triplet: 3C, EB and CB. RGB value is (60,235,203). Sum of RGB (Red+Green+Blue) = 60+235+203=498 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.05% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEBCB is #C31434. Grayscale: #B2B2B2. Windows color (decimal): -12784693 or 13364028. OLE color: 13364028.

HSL color Cylindrical-coordinate representation of color #3CEBCB: hue angle of 169.03º 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 #3CEBCB is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 235 203 -
CMYK 0.74 0 0.14 0.08
HSL 169.03º 0.81% 0.58% -
HSV(B) 169.03º 0.74% 0.92% -
XYZ 42.35 64.69 66.75 -
YUV 179.03 141.52 43.1 -
System Red Green Blue C M Y K H S L
Decimal 60 235 203 0.74 0 0.14 0.08 169.03 0.81 0.58
Hex 3C EB CB 4A 0 E 8 A9 51 3A
Octal 74 353 313 112 0 16 10 251 121 72
Binary 111100 11101011 11001011 1001010 0 1110 1000 10101001 1010001 111010

Color Harmonies of #3CEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEBCB

Black with #3CEBCB

Text Example


Text Example

White with #3CEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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