Html Css Color HEX #3FFDE6 Turquoise

📋 copy color: '#3FFDE6'

red 63 ◦ green 253 ◦ blue 230

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

Shades of Turquoise #3FFDE6

Tints of Turquoise #3FFDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.12%

R = 11.54%
G = 46.34%
B = 42.12%

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

#3FFDE6 (or 0x3FFDE6) is known color: Turquoise. HEX triplet: 3F, FD and E6. RGB value is (63,253,230). Sum of RGB (Red+Green+Blue) = 63+253+230=546 (72% of max value = 765). Red value is 63 (25% from 255 or 11.54% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFDE6 is #C00219. Grayscale: #C1C1C1. Windows color (decimal): -12583450 or 15138111. OLE color: 15138111.

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

Color convert

RGB 63 253 230 -
CMYK 0.75 0 0.09 0.01
HSL 172.74º 0.98% 0.62% -
HSV(B) 172.74º 0.75% 0.99% -
XYZ 51.46 77.02 87.02 -
YUV 193.57 148.55 34.87 -
System Red Green Blue C M Y K H S L
Decimal 63 253 230 0.75 0 0.09 0.01 172.74 0.98 0.62
Hex 3F FD E6 4B 0 9 1 AD 62 3E
Octal 77 375 346 113 0 11 1 255 142 76
Binary 111111 11111101 11100110 1001011 0 1001 1 10101101 1100010 111110

Color Harmonies of #3FFDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFDE6

Black with #3FFDE6

Text Example


Text Example

White with #3FFDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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