#33D7CA

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

Shades of Turquoise #33D7CA

Tints of Turquoise #33D7CA

Color information

#33D7CA (or 0x33D7CA) is unknown color: approx Turquoise. HEX triplet: 33, D7 and CA. RGB value is (51,215,202). Sum of RGB (Red+Green+Blue) = 51+215+202=468 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.90% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 215 - color contains mainly: green. Hex color #33D7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D7CA is #CC2835. Grayscale: #A4A4A4. Windows color (decimal): -13379638 or 13293363. OLE color: 13293363.

HSL color Cylindrical-coordinate representation of color #33D7CA: hue angle of 175.24º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D7CA is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB51215202-
CMYK0.7600.060.16
HSL175.24º67.21%52.16%-
HSV(B)175.24º76.28%84.31%-
XYZ36.3353.5764.3-
YUV164.48149.1747.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.90%
GREEN value IS 215 (84.38% from 255) = 45.94%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=10.90%
G=45.94%
B=43.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal512152020.7600.060.16175.2467.2152.16
Hex33D7CA4C0610af4334
Octal63327312114062025710364
Binary11001111010111110010101001100011010000101011111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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