Html Css Color HEX #3FFED3 Turquoise

📋 copy color: '#3FFED3'

red 63 ◦ green 254 ◦ blue 211

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

Shades of Turquoise #3FFED3

Tints of Turquoise #3FFED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.96%

R = 11.93%
G = 48.11%
B = 39.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#3FFED3 (or 0x3FFED3) is known color: Turquoise. HEX triplet: 3F, FE and D3. RGB value is (63,254,211). Sum of RGB (Red+Green+Blue) = 63+254+211=528 (69% of max value = 765). Red value is 63 (25% from 255 or 11.93% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFED3 is #C0012C. Grayscale: #BFBFBF. Windows color (decimal): -12583213 or 13893183. OLE color: 13893183.

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

Color convert

RGB 63 254 211 -
CMYK 0.75 0 0.17 0.00
HSL 166.49º 0.99% 0.62% -
HSV(B) 166.49º 0.75% 1% -
XYZ 49.25 76.64 73.83 -
YUV 191.99 138.72 36 -
System Red Green Blue C M Y K H S L
Decimal 63 254 211 0.75 0 0.17 0.00 166.49 0.99 0.62
Hex 3F FE D3 4B 0 11 0 A6 63 3E
Octal 77 376 323 113 0 21 0 246 143 76
Binary 111111 11111110 11010011 1001011 0 10001 0 10100110 1100011 111110

Color Harmonies of #3FFED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFED3

Black with #3FFED3

Text Example


Text Example

White with #3FFED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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