Html Css Color HEX #3CEFDA Turquoise

📋 copy color: '#3CEFDA'

red 60 ◦ green 239 ◦ blue 218

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

Shades of Turquoise #3CEFDA

Tints of Turquoise #3CEFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 11.61%
G = 46.23%
B = 42.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#3CEFDA (or 0x3CEFDA) is known color: Turquoise. HEX triplet: 3C, EF and DA. RGB value is (60,239,218). Sum of RGB (Red+Green+Blue) = 60+239+218=517 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.61% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEFDA is #C31025. Grayscale: #B6B6B6. Windows color (decimal): -12783654 or 14348092. OLE color: 14348092.

HSL color Cylindrical-coordinate representation of color #3CEFDA: hue angle of 172.96º 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 #3CEFDA is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 239 218 -
CMYK 0.75 0 0.09 0.06
HSL 172.96º 0.85% 0.59% -
HSV(B) 172.96º 0.75% 0.94% -
XYZ 45.38 67.76 77.02 -
YUV 183.09 147.7 40.21 -
System Red Green Blue C M Y K H S L
Decimal 60 239 218 0.75 0 0.09 0.06 172.96 0.85 0.59
Hex 3C EF DA 4B 0 9 6 AD 55 3B
Octal 74 357 332 113 0 11 6 255 125 73
Binary 111100 11101111 11011010 1001011 0 1001 110 10101101 1010101 111011

Color Harmonies of #3CEFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEFDA

Black with #3CEFDA

Text Example


Text Example

White with #3CEFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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