Html Css Color HEX #3FFDE5 Turquoise

📋 copy color: '#3FFDE5'

red 63 ◦ green 253 ◦ blue 229

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

Shades of Turquoise #3FFDE5

Tints of Turquoise #3FFDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.02%

R = 11.56%
G = 46.42%
B = 42.02%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#3FFDE5 (or 0x3FFDE5) is known color: Turquoise. HEX triplet: 3F, FD and E5. RGB value is (63,253,229). Sum of RGB (Red+Green+Blue) = 63+253+229=545 (72% of max value = 765). Red value is 63 (25% from 255 or 11.56% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDE5 is #C0021A. Grayscale: #C1C1C1. Windows color (decimal): -12583451 or 15072575. OLE color: 15072575.

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

Color convert

RGB 63 253 229 -
CMYK 0.75 0 0.09 0.01
HSL 172.42º 0.98% 0.62% -
HSV(B) 172.42º 0.75% 0.99% -
XYZ 51.32 76.96 86.28 -
YUV 193.45 148.05 34.95 -
System Red Green Blue C M Y K H S L
Decimal 63 253 229 0.75 0 0.09 0.01 172.42 0.98 0.62
Hex 3F FD E5 4B 0 9 1 AC 62 3E
Octal 77 375 345 113 0 11 1 254 142 76
Binary 111111 11111101 11100101 1001011 0 1001 1 10101100 1100010 111110

Color Harmonies of #3FFDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFDE5

Black with #3FFDE5

Text Example


Text Example

White with #3FFDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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