Html Css Color HEX #3CEFD1 Turquoise

📋 copy color: '#3CEFD1'

red 60 ◦ green 239 ◦ blue 209

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

Shades of Turquoise #3CEFD1

Tints of Turquoise #3CEFD1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.05%

 BLUE value IS 209 (82.03% from 255) = 41.14%

R = 11.81%
G = 47.05%
B = 41.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#3CEFD1 (or 0x3CEFD1) is known color: Turquoise. HEX triplet: 3C, EF and D1. RGB value is (60,239,209). Sum of RGB (Red+Green+Blue) = 60+239+209=508 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.81% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEFD1 is #C3102E. Grayscale: #B6B6B6. Windows color (decimal): -12783663 or 13758268. OLE color: 13758268.

HSL color Cylindrical-coordinate representation of color #3CEFD1: hue angle of 169.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEFD1 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 239 209 -
CMYK 0.75 0 0.13 0.06
HSL 169.94º 0.85% 0.59% -
HSV(B) 169.94º 0.75% 0.94% -
XYZ 44.24 67.3 70.98 -
YUV 182.06 143.2 40.94 -
System Red Green Blue C M Y K H S L
Decimal 60 239 209 0.75 0 0.13 0.06 169.94 0.85 0.59
Hex 3C EF D1 4B 0 D 6 AA 55 3B
Octal 74 357 321 113 0 15 6 252 125 73
Binary 111100 11101111 11010001 1001011 0 1101 110 10101010 1010101 111011

Color Harmonies of #3CEFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEFD1

Black with #3CEFD1

Text Example


Text Example

White with #3CEFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,239,209); }

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

background-color css

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

 a { background-color: rgb(60,239,209); }

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

border-color css

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

 span { border-color: rgb(60,239,209); }

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