Html Css Color HEX #3CEBDB Turquoise

📋 copy color: '#3CEBDB'

red 60 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #3CEBDB

Tints of Turquoise #3CEBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 11.67%
G = 45.72%
B = 42.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#3CEBDB (or 0x3CEBDB) is known color: Turquoise. HEX triplet: 3C, EB and DB. RGB value is (60,235,219). Sum of RGB (Red+Green+Blue) = 60+235+219=514 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.67% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEBDB is #C31424. Grayscale: #B4B4B4. Windows color (decimal): -12784677 or 14412604. OLE color: 14412604.

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

Color convert

RGB 60 235 219 -
CMYK 0.74 0 0.07 0.08
HSL 174.51º 0.81% 0.58% -
HSV(B) 174.51º 0.74% 0.92% -
XYZ 44.36 65.49 77.32 -
YUV 180.85 149.52 41.8 -
System Red Green Blue C M Y K H S L
Decimal 60 235 219 0.74 0 0.07 0.08 174.51 0.81 0.58
Hex 3C EB DB 4A 0 7 8 AF 51 3A
Octal 74 353 333 112 0 7 10 257 121 72
Binary 111100 11101011 11011011 1001010 0 111 1000 10101111 1010001 111010

Color Harmonies of #3CEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEBDB

Black with #3CEBDB

Text Example


Text Example

White with #3CEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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