Html Css Color HEX #3CF9EF Turquoise

📋 copy color: '#3CF9EF'

red 60 ◦ green 249 ◦ blue 239

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

Shades of Turquoise #3CF9EF

Tints of Turquoise #3CF9EF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.44%

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

R = 10.95%
G = 45.44%
B = 43.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#3CF9EF (or 0x3CF9EF) is known color: Turquoise. HEX triplet: 3C, F9 and EF. RGB value is (60,249,239). Sum of RGB (Red+Green+Blue) = 60+249+239=548 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.95% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF9EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF9EF is #C30610. Grayscale: #BFBFBF. Windows color (decimal): -12781073 or 15726908. OLE color: 15726908.

HSL color Cylindrical-coordinate representation of color #3CF9EF: hue angle of 176.83º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF9EF is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 249 239 -
CMYK 0.76 0 0.04 0.02
HSL 176.83º 0.94% 0.61% -
HSV(B) 176.83º 0.76% 0.98% -
XYZ 51.32 74.94 93.42 -
YUV 191.35 154.88 34.31 -
System Red Green Blue C M Y K H S L
Decimal 60 249 239 0.76 0 0.04 0.02 176.83 0.94 0.61
Hex 3C F9 EF 4C 0 4 2 B1 5E 3D
Octal 74 371 357 114 0 4 2 261 136 75
Binary 111100 11111001 11101111 1001100 0 100 10 10110001 1011110 111101

Color Harmonies of #3CF9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF9EF

Black with #3CF9EF

Text Example


Text Example

White with #3CF9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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