Html Css Color HEX #3FE5EB Turquoise

📋 copy color: '#3FE5EB'

red 63 ◦ green 229 ◦ blue 235

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

Shades of Turquoise #3FE5EB

Tints of Turquoise #3FE5EB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.45%

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

R = 11.95%
G = 43.45%
B = 44.59%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3FE5EB (or 0x3FE5EB) is known color: Turquoise. HEX triplet: 3F, E5 and EB. RGB value is (63,229,235). Sum of RGB (Red+Green+Blue) = 63+229+235=527 (69% of max value = 765). Red value is 63 (25% from 255 or 11.95% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #3FE5EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE5EB is #C01A14. Grayscale: #B3B3B3. Windows color (decimal): -12589589 or 15459647. OLE color: 15459647.

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

Color convert

RGB 63 229 235 -
CMYK 0.73 0.03 0 0.08
HSL 182.09º 0.81% 0.58% -
HSV(B) 182.09º 0.73% 0.92% -
XYZ 45.06 63.09 88.4 -
YUV 180.05 159 44.51 -
System Red Green Blue C M Y K H S L
Decimal 63 229 235 0.73 0.03 0 0.08 182.09 0.81 0.58
Hex 3F E5 EB 49 3 0 8 B6 51 3A
Octal 77 345 353 111 3 0 10 266 121 72
Binary 111111 11100101 11101011 1001001 11 0 1000 10110110 1010001 111010

Color Harmonies of #3FE5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE5EB

Black with #3FE5EB

Text Example


Text Example

White with #3FE5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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