Html Css Color HEX #3CF0EF Turquoise

📋 copy color: '#3CF0EF'

red 60 ◦ green 240 ◦ blue 239

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

Shades of Turquoise #3CF0EF

Tints of Turquoise #3CF0EF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.53%

 BLUE value IS 239 (93.75% from 255) = 44.34%

R = 11.13%
G = 44.53%
B = 44.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#3CF0EF (or 0x3CF0EF) is known color: Turquoise. HEX triplet: 3C, F0 and EF. RGB value is (60,240,239). Sum of RGB (Red+Green+Blue) = 60+240+239=539 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.13% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF0EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF0EF is #C30F10. Grayscale: #B9B9B9. Windows color (decimal): -12783377 or 15724604. OLE color: 15724604.

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

Color convert

RGB 60 240 239 -
CMYK 0.75 0 0.00 0.06
HSL 179.67º 0.86% 0.59% -
HSV(B) 179.67º 0.75% 0.94% -
XYZ 48.6 69.51 92.52 -
YUV 186.07 157.87 38.08 -
System Red Green Blue C M Y K H S L
Decimal 60 240 239 0.75 0 0.00 0.06 179.67 0.86 0.59
Hex 3C F0 EF 4B 0 0 6 B4 56 3B
Octal 74 360 357 113 0 0 6 264 126 73
Binary 111100 11110000 11101111 1001011 0 0 110 10110100 1010110 111011

Color Harmonies of #3CF0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF0EF

Black with #3CF0EF

Text Example


Text Example

White with #3CF0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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