#33DEF1

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

Shades of Turquoise #33DEF1

Tints of Turquoise #33DEF1

Color information

#33DEF1 (or 0x33DEF1) is unknown color: approx Turquoise. HEX triplet: 33, DE and F1. RGB value is (51,222,241). Sum of RGB (Red+Green+Blue) = 51+222+241=514 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.92% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #33DEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DEF1 is #CC210E. Grayscale: #ACACAC. Windows color (decimal): -13377807 or 15851059. OLE color: 15851059.

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

Color convert

RGB51222241-
CMYK0.790.0800.05
HSL186º87.16%57.25%-
HSV(B)186º78.84%94.51%-
XYZ43.3659.392.38-
YUV173.04166.3540.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.92%
GREEN value IS 222 (87.11% from 255) = 43.19%
BLUE value IS 241 (94.53% from 255) = 46.89%
R=9.92%
G=43.19%
B=46.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal512222410.790.0800.0518687.1657.25
Hex33DEF14F805ba5739
Octal63336361117100527212771
Binary1100111101111011110001100111110000101101110101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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