Html Css Color HEX #3FEFC0 Turquoise

📋 copy color: '#3FEFC0'

red 63 ◦ green 239 ◦ blue 192

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

Shades of Turquoise #3FEFC0

Tints of Turquoise #3FEFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.87%

R = 12.75%
G = 48.38%
B = 38.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#3FEFC0 (or 0x3FEFC0) is known color: Turquoise. HEX triplet: 3F, EF and C0. RGB value is (63,239,192). Sum of RGB (Red+Green+Blue) = 63+239+192=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFC0 is #C0103F. Grayscale: #B5B5B5. Windows color (decimal): -12587072 or 12644159. OLE color: 12644159.

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

Color convert

RGB 63 239 192 -
CMYK 0.74 0 0.20 0.06
HSL 163.98º 0.85% 0.59% -
HSV(B) 163.98º 0.74% 0.94% -
XYZ 42.43 66.6 60.49 -
YUV 181.02 134.19 43.82 -
System Red Green Blue C M Y K H S L
Decimal 63 239 192 0.74 0 0.20 0.06 163.98 0.85 0.59
Hex 3F EF C0 4A 0 14 6 A4 55 3B
Octal 77 357 300 112 0 24 6 244 125 73
Binary 111111 11101111 11000000 1001010 0 10100 110 10100100 1010101 111011

Color Harmonies of #3FEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEFC0

Black with #3FEFC0

Text Example


Text Example

White with #3FEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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