Html Css Color HEX #3FFAEE Turquoise

📋 copy color: '#3FFAEE'

red 63 ◦ green 250 ◦ blue 238

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

Shades of Turquoise #3FFAEE

Tints of Turquoise #3FFAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 11.43%
G = 45.37%
B = 43.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#3FFAEE (or 0x3FFAEE) is known color: Turquoise. HEX triplet: 3F, FA and EE. RGB value is (63,250,238). Sum of RGB (Red+Green+Blue) = 63+250+238=551 (72% of max value = 765). Red value is 63 (25% from 255 or 11.43% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFAEE is #C00511. Grayscale: #C0C0C0. Windows color (decimal): -12584210 or 15661631. OLE color: 15661631.

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

Color convert

RGB 63 250 238 -
CMYK 0.75 0 0.05 0.02
HSL 176.15º 0.95% 0.61% -
HSV(B) 176.15º 0.75% 0.98% -
XYZ 51.67 75.6 92.76 -
YUV 192.72 153.55 35.48 -
System Red Green Blue C M Y K H S L
Decimal 63 250 238 0.75 0 0.05 0.02 176.15 0.95 0.61
Hex 3F FA EE 4B 0 5 2 B0 5F 3D
Octal 77 372 356 113 0 5 2 260 137 75
Binary 111111 11111010 11101110 1001011 0 101 10 10110000 1011111 111101

Color Harmonies of #3FFAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAEE

Black with #3FFAEE

Text Example


Text Example

White with #3FFAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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