Html Css Color HEX #3FFDE4 Turquoise

📋 copy color: '#3FFDE4'

red 63 ◦ green 253 ◦ blue 228

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

Shades of Turquoise #3FFDE4

Tints of Turquoise #3FFDE4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.51%

 BLUE value IS 228 (89.45% from 255) = 41.91%

R = 11.58%
G = 46.51%
B = 41.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#3FFDE4 (or 0x3FFDE4) is known color: Turquoise. HEX triplet: 3F, FD and E4. RGB value is (63,253,228). Sum of RGB (Red+Green+Blue) = 63+253+228=544 (72% of max value = 765). Red value is 63 (25% from 255 or 11.58% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDE4 is #C0021B. Grayscale: #C1C1C1. Windows color (decimal): -12583452 or 15007039. OLE color: 15007039.

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

Color convert

RGB 63 253 228 -
CMYK 0.75 0 0.10 0.01
HSL 172.11º 0.98% 0.62% -
HSV(B) 172.11º 0.75% 0.99% -
XYZ 51.18 76.91 85.55 -
YUV 193.34 147.55 35.03 -
System Red Green Blue C M Y K H S L
Decimal 63 253 228 0.75 0 0.10 0.01 172.11 0.98 0.62
Hex 3F FD E4 4B 0 A 1 AC 62 3E
Octal 77 375 344 113 0 12 1 254 142 76
Binary 111111 11111101 11100100 1001011 0 1010 1 10101100 1100010 111110

Color Harmonies of #3FFDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFDE4

Black with #3FFDE4

Text Example


Text Example

White with #3FFDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,253,228); }

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

background-color css

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

 a { background-color: rgb(63,253,228); }

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

border-color css

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

 span { border-color: rgb(63,253,228); }

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