Html Css Color HEX #3FEAED Turquoise

📋 copy color: '#3FEAED'

red 63 ◦ green 234 ◦ blue 237

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

Shades of Turquoise #3FEAED

Tints of Turquoise #3FEAED

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.82%

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 11.8%
G = 43.82%
B = 44.38%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3FEAED (or 0x3FEAED) is known color: Turquoise. HEX triplet: 3F, EA and ED. RGB value is (63,234,237). Sum of RGB (Red+Green+Blue) = 63+234+237=534 (70% of max value = 765). Red value is 63 (25% from 255 or 11.80% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #3FEAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEAED is #C01512. Grayscale: #B7B7B7. Windows color (decimal): -12588307 or 15591999. OLE color: 15591999.

HSL color Cylindrical-coordinate representation of color #3FEAED: hue angle of 181.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEAED is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 234 237 -
CMYK 0.73 0.01 0 0.07
HSL 181.03º 0.83% 0.59% -
HSV(B) 181.03º 0.73% 0.93% -
XYZ 46.76 66.02 90.4 -
YUV 183.21 158.35 42.26 -
System Red Green Blue C M Y K H S L
Decimal 63 234 237 0.73 0.01 0 0.07 181.03 0.83 0.59
Hex 3F EA ED 49 1 0 7 B5 53 3B
Octal 77 352 355 111 1 0 7 265 123 73
Binary 111111 11101010 11101101 1001001 1 0 111 10110101 1010011 111011

Color Harmonies of #3FEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEAED

Black with #3FEAED

Text Example


Text Example

White with #3FEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,234,237); }

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

background-color css

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

 a { background-color: rgb(63,234,237); }

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

border-color css

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

 span { border-color: rgb(63,234,237); }

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