#33D7F1

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

Shades of Turquoise #33D7F1

Tints of Turquoise #33D7F1

Color information

#33D7F1 (or 0x33D7F1) is unknown color: approx Turquoise. HEX triplet: 33, D7 and F1. RGB value is (51,215,241). Sum of RGB (Red+Green+Blue) = 51+215+241=507 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.06% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #33D7F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33D7F1 is #CC280E. Grayscale: #A8A8A8. Windows color (decimal): -13379599 or 15849267. OLE color: 15849267.

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

Color convert

RGB51215241-
CMYK0.790.1100.05
HSL188.21º87.16%57.25%-
HSV(B)188.21º78.84%94.51%-
XYZ41.5455.6691.77-
YUV168.93168.6743.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.06%
GREEN value IS 215 (84.38% from 255) = 42.41%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=10.06%
G=42.41%
B=47.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal512152410.790.1100.05188.2187.1657.25
Hex33D7F14FB05bc5739
Octal63327361117130527412771
Binary1100111101011111110001100111110110101101111001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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