Html Css Color HEX #3FFECB Turquoise

📋 copy color: '#3FFECB'

red 63 ◦ green 254 ◦ blue 203

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

Shades of Turquoise #3FFECB

Tints of Turquoise #3FFECB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.85%

 BLUE value IS 203 (79.69% from 255) = 39.04%

R = 12.12%
G = 48.85%
B = 39.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#3FFECB (or 0x3FFECB) is known color: Turquoise. HEX triplet: 3F, FE and CB. RGB value is (63,254,203). Sum of RGB (Red+Green+Blue) = 63+254+203=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFECB is #C00134. Grayscale: #BFBFBF. Windows color (decimal): -12583221 or 13368895. OLE color: 13368895.

HSL color Cylindrical-coordinate representation of color #3FFECB: hue angle of 163.98º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFECB is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 63 254 203 -
CMYK 0.75 0 0.20 0.00
HSL 163.98º 0.99% 0.62% -
HSV(B) 163.98º 0.75% 1% -
XYZ 48.27 76.25 68.67 -
YUV 191.08 134.72 36.65 -
System Red Green Blue C M Y K H S L
Decimal 63 254 203 0.75 0 0.20 0.00 163.98 0.99 0.62
Hex 3F FE CB 4B 0 14 0 A4 63 3E
Octal 77 376 313 113 0 24 0 244 143 76
Binary 111111 11111110 11001011 1001011 0 10100 0 10100100 1100011 111110

Color Harmonies of #3FFECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFECB

Black with #3FFECB

Text Example


Text Example

White with #3FFECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,254,203); }

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

background-color css

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

 a { background-color: rgb(63,254,203); }

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

border-color css

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

 span { border-color: rgb(63,254,203); }

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