Html Css Color HEX #3FFAE9 Turquoise

📋 copy color: '#3FFAE9'

red 63 ◦ green 250 ◦ blue 233

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

Shades of Turquoise #3FFAE9

Tints of Turquoise #3FFAE9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.79%

 BLUE value IS 233 (91.41% from 255) = 42.67%

R = 11.54%
G = 45.79%
B = 42.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#3FFAE9 (or 0x3FFAE9) is known color: Turquoise. HEX triplet: 3F, FA and E9. RGB value is (63,250,233). Sum of RGB (Red+Green+Blue) = 63+250+233=546 (72% of max value = 765). Red value is 63 (25% from 255 or 11.54% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFAE9 is #C00516. Grayscale: #C0C0C0. Windows color (decimal): -12584215 or 15333951. OLE color: 15333951.

HSL color Cylindrical-coordinate representation of color #3FFAE9: hue angle of 174.55º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFAE9 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 250 233 -
CMYK 0.75 0 0.07 0.02
HSL 174.55º 0.95% 0.61% -
HSV(B) 174.55º 0.75% 0.98% -
XYZ 50.94 75.31 88.94 -
YUV 192.15 151.05 35.88 -
System Red Green Blue C M Y K H S L
Decimal 63 250 233 0.75 0 0.07 0.02 174.55 0.95 0.61
Hex 3F FA E9 4B 0 7 2 AF 5F 3D
Octal 77 372 351 113 0 7 2 257 137 75
Binary 111111 11111010 11101001 1001011 0 111 10 10101111 1011111 111101

Color Harmonies of #3FFAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAE9

Black with #3FFAE9

Text Example


Text Example

White with #3FFAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,250,233); }

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

background-color css

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

 a { background-color: rgb(63,250,233); }

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

border-color css

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

 span { border-color: rgb(63,250,233); }

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