Html Css Color HEX #3FEFC1 Turquoise

📋 copy color: '#3FEFC1'

red 63 ◦ green 239 ◦ blue 193

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

Shades of Turquoise #3FEFC1

Tints of Turquoise #3FEFC1

RGB

 RED value IS 63 (25% from 255) = 12.73%

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

 BLUE value IS 193 (75.78% from 255) = 38.99%

R = 12.73%
G = 48.28%
B = 38.99%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#3FEFC1 (or 0x3FEFC1) is known color: Turquoise. HEX triplet: 3F, EF and C1. RGB value is (63,239,193). Sum of RGB (Red+Green+Blue) = 63+239+193=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFC1 is #C0103E. Grayscale: #B5B5B5. Windows color (decimal): -12587071 or 12709695. OLE color: 12709695.

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

Color convert

RGB 63 239 193 -
CMYK 0.74 0 0.19 0.06
HSL 164.32º 0.85% 0.59% -
HSV(B) 164.32º 0.74% 0.94% -
XYZ 42.54 66.64 61.07 -
YUV 181.13 134.69 43.74 -
System Red Green Blue C M Y K H S L
Decimal 63 239 193 0.74 0 0.19 0.06 164.32 0.85 0.59
Hex 3F EF C1 4A 0 13 6 A4 55 3B
Octal 77 357 301 112 0 23 6 244 125 73
Binary 111111 11101111 11000001 1001010 0 10011 110 10100100 1010101 111011

Color Harmonies of #3FEFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEFC1

Black with #3FEFC1

Text Example


Text Example

White with #3FEFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,239,193); }

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

background-color css

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

 a { background-color: rgb(63,239,193); }

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

border-color css

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

 span { border-color: rgb(63,239,193); }

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