Html Css Color HEX #3FE0EB Turquoise

📋 copy color: '#3FE0EB'

red 63 ◦ green 224 ◦ blue 235

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

Shades of Turquoise #3FE0EB

Tints of Turquoise #3FE0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.91%

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 12.07%
G = 42.91%
B = 45.02%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3FE0EB (or 0x3FE0EB) is known color: Turquoise. HEX triplet: 3F, E0 and EB. RGB value is (63,224,235). Sum of RGB (Red+Green+Blue) = 63+224+235=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #3FE0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE0EB is #C01F14. Grayscale: #B0B0B0. Windows color (decimal): -12590869 or 15458367. OLE color: 15458367.

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

Color convert

RGB 63 224 235 -
CMYK 0.73 0.05 0 0.08
HSL 183.84º 0.81% 0.58% -
HSV(B) 183.84º 0.73% 0.92% -
XYZ 43.7 60.37 87.95 -
YUV 177.12 160.66 46.61 -
System Red Green Blue C M Y K H S L
Decimal 63 224 235 0.73 0.05 0 0.08 183.84 0.81 0.58
Hex 3F E0 EB 49 5 0 8 B8 51 3A
Octal 77 340 353 111 5 0 10 270 121 72
Binary 111111 11100000 11101011 1001001 101 0 1000 10111000 1010001 111010

Color Harmonies of #3FE0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE0EB

Black with #3FE0EB

Text Example


Text Example

White with #3FE0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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