Html Css Color HEX #33DFDB Turquoise

📋 copy color: '#33DFDB'

red 51 ◦ green 223 ◦ blue 219

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

Shades of Turquoise #33DFDB

Tints of Turquoise #33DFDB

RGB

 RED value IS 51 (20.31% from 255) = 10.34%

 GREEN value IS 223 (87.5% from 255) = 45.23%

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 10.34%
G = 45.23%
B = 44.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#33DFDB (or 0x33DFDB) is known color: Turquoise. HEX triplet: 33, DF and DB. RGB value is (51,223,219). Sum of RGB (Red+Green+Blue) = 51+223+219=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFDB is #CC2024. Grayscale: #AAAAAA. Windows color (decimal): -13377573 or 14409523. OLE color: 14409523.

HSL color Cylindrical-coordinate representation of color #33DFDB: hue angle of 178.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DFDB is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 223 219 -
CMYK 0.77 0 0.02 0.13
HSL 178.6º 0.73% 0.54% -
HSV(B) 178.6º 0.77% 0.87% -
XYZ 40.54 58.59 76.19 -
YUV 171.12 155.02 42.33 -
System Red Green Blue C M Y K H S L
Decimal 51 223 219 0.77 0 0.02 0.13 178.6 0.73 0.54
Hex 33 DF DB 4D 0 2 D B3 49 36
Octal 63 337 333 115 0 2 15 263 111 66
Binary 110011 11011111 11011011 1001101 0 10 1101 10110011 1001001 110110

Color Harmonies of #33DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DFDB

Black with #33DFDB

Text Example


Text Example

White with #33DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,223,219); }

 H1.HeaderClassName
 {
   color: #33DFDB;
 }
 .AnyTagClassName
 {
   color: #33DFDB;
 }
</style>

background-color css

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

 a { background-color: rgb(51,223,219); }

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

border-color css

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

 span { border-color: rgb(51,223,219); }

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