Html Css Color HEX #3CEBD3 Turquoise

📋 copy color: '#3CEBD3'

red 60 ◦ green 235 ◦ blue 211

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

Shades of Turquoise #3CEBD3

Tints of Turquoise #3CEBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.7%

R = 11.86%
G = 46.44%
B = 41.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#3CEBD3 (or 0x3CEBD3) is known color: Turquoise. HEX triplet: 3C, EB and D3. RGB value is (60,235,211). Sum of RGB (Red+Green+Blue) = 60+235+211=506 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.86% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEBD3 is #C3142C. Grayscale: #B3B3B3. Windows color (decimal): -12784685 or 13888316. OLE color: 13888316.

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

Color convert

RGB 60 235 211 -
CMYK 0.74 0 0.10 0.08
HSL 171.77º 0.81% 0.58% -
HSV(B) 171.77º 0.74% 0.92% -
XYZ 43.33 65.08 71.91 -
YUV 179.94 145.52 42.45 -
System Red Green Blue C M Y K H S L
Decimal 60 235 211 0.74 0 0.10 0.08 171.77 0.81 0.58
Hex 3C EB D3 4A 0 A 8 AC 51 3A
Octal 74 353 323 112 0 12 10 254 121 72
Binary 111100 11101011 11010011 1001010 0 1010 1000 10101100 1010001 111010

Color Harmonies of #3CEBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEBD3

Black with #3CEBD3

Text Example


Text Example

White with #3CEBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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