Html Css Color HEX #3FEBE9 Turquoise

📋 copy color: '#3FEBE9'

red 63 ◦ green 235 ◦ blue 233

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

Shades of Turquoise #3FEBE9

Tints of Turquoise #3FEBE9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.26%

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

R = 11.86%
G = 44.26%
B = 43.88%

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

#3FEBE9 (or 0x3FEBE9) is known color: Turquoise. HEX triplet: 3F, EB and E9. RGB value is (63,235,233). Sum of RGB (Red+Green+Blue) = 63+235+233=531 (70% of max value = 765). Red value is 63 (25% from 255 or 11.86% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEBE9 is #C01416. Grayscale: #B7B7B7. Windows color (decimal): -12588055 or 15330111. OLE color: 15330111.

HSL color Cylindrical-coordinate representation of color #3FEBE9: hue angle of 179.3º degrees, saturation: 0.81, 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 #3FEBE9 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 235 233 -
CMYK 0.73 0 0.01 0.08
HSL 179.3º 0.81% 0.58% -
HSV(B) 179.3º 0.73% 0.92% -
XYZ 46.47 66.36 87.45 -
YUV 183.34 156.02 42.16 -
System Red Green Blue C M Y K H S L
Decimal 63 235 233 0.73 0 0.01 0.08 179.3 0.81 0.58
Hex 3F EB E9 49 0 1 8 B3 51 3A
Octal 77 353 351 111 0 1 10 263 121 72
Binary 111111 11101011 11101001 1001001 0 1 1000 10110011 1010001 111010

Color Harmonies of #3FEBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEBE9

Black with #3FEBE9

Text Example


Text Example

White with #3FEBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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