Html Css Color HEX #3FEAE7 Turquoise

📋 copy color: '#3FEAE7'

red 63 ◦ green 234 ◦ blue 231

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

Shades of Turquoise #3FEAE7

Tints of Turquoise #3FEAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.75%

R = 11.93%
G = 44.32%
B = 43.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#3FEAE7 (or 0x3FEAE7) is known color: Turquoise. HEX triplet: 3F, EA and E7. RGB value is (63,234,231). Sum of RGB (Red+Green+Blue) = 63+234+231=528 (69% of max value = 765). Red value is 63 (25% from 255 or 11.93% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEAE7 is #C01518. Grayscale: #B6B6B6. Windows color (decimal): -12588313 or 15198783. OLE color: 15198783.

HSL color Cylindrical-coordinate representation of color #3FEAE7: hue angle of 178.95º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEAE7 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 234 231 -
CMYK 0.73 0 0.01 0.08
HSL 178.95º 0.8% 0.58% -
HSV(B) 178.95º 0.73% 0.92% -
XYZ 45.9 65.67 85.86 -
YUV 182.53 155.35 42.74 -
System Red Green Blue C M Y K H S L
Decimal 63 234 231 0.73 0 0.01 0.08 178.95 0.8 0.58
Hex 3F EA E7 49 0 1 8 B3 50 3A
Octal 77 352 347 111 0 1 10 263 120 72
Binary 111111 11101010 11100111 1001001 0 1 1000 10110011 1010000 111010

Color Harmonies of #3FEAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEAE7

Black with #3FEAE7

Text Example


Text Example

White with #3FEAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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