#33E5F1

Color #33E5F1 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #33E5F1

Tints of Turquoise #33E5F1

Color information

#33E5F1 (or 0x33E5F1) is unknown color: approx Turquoise. HEX triplet: 33, E5 and F1. RGB value is (51,229,241). Sum of RGB (Red+Green+Blue) = 51+229+241=521 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.79% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #33E5F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33E5F1 is #CC1A0E. Grayscale: #B0B0B0. Windows color (decimal): -13376015 or 15852851. OLE color: 15852851.

HSL color Cylindrical-coordinate representation of color #33E5F1: hue angle of 183.79º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33E5F1 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB51229241-
CMYK0.790.0500.05
HSL183.79º87.16%57.25%-
HSV(B)183.79º78.84%94.51%-
XYZ45.2663.0993.01-
YUV177.15164.0338.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.79%
GREEN value IS 229 (89.84% from 255) = 43.95%
BLUE value IS 241 (94.53% from 255) = 46.26%
R=9.79%
G=43.95%
B=46.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal512292410.790.0500.05183.7987.1657.25
Hex33E5F14F505b85739
Octal6334536111750527012771
Binary110011111001011111000110011111010101101110001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33E5F1; }

 p { color: rgb(51,229,241); }

 H1.HeaderClassName
 {
   color: #33E5F1;
 }
 .AnyTagClassName
 {
   color: #33E5F1;
 }
</style>
background-color css

<style>
 a { background-color: #33E5F1; }

 a { background-color: rgb(51,229,241); }

 div.DivClassName
 {
   background-color: #33E5F1;
 }
 .BgClassName
 {
   background-color: #33E5F1;
 }
</style>
border-color css

<style>
 span { border-color: #33E5F1; }

 span { border-color: rgb(51,229,241); }

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