Html Css Color HEX #28DCDD Turquoise

📋 copy color: '#28DCDD'

red 40 ◦ green 220 ◦ blue 221

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

Shades of Turquoise #28DCDD

Tints of Turquoise #28DCDD

RGB

 RED value IS 40 (16.02% from 255) = 8.32%

 GREEN value IS 220 (86.33% from 255) = 45.74%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 8.32%
G = 45.74%
B = 45.95%

CMYK

 C value IS 0.82

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#28DCDD (or 0x28DCDD) is known color: Turquoise. HEX triplet: 28, DC and DD. RGB value is (40,220,221). Sum of RGB (Red+Green+Blue) = 40+220+221=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #28DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCDD is #D72322. Grayscale: #A6A6A6. Windows color (decimal): -14099235 or 14539816. OLE color: 14539816.

HSL color Cylindrical-coordinate representation of color #28DCDD: hue angle of 180.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DCDD is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 220 221 -
CMYK 0.82 0.00 0 0.13
HSL 180.33º 0.73% 0.51% -
HSV(B) 180.33º 0.82% 0.87% -
XYZ 39.52 56.86 77.3 -
YUV 166.29 158.87 37.92 -
System Red Green Blue C M Y K H S L
Decimal 40 220 221 0.82 0.00 0 0.13 180.33 0.73 0.51
Hex 28 DC DD 52 0 0 D B4 49 33
Octal 50 334 335 122 0 0 15 264 111 63
Binary 101000 11011100 11011101 1010010 0 0 1101 10110100 1001001 110011

Color Harmonies of #28DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DCDD

Black with #28DCDD

Text Example


Text Example

White with #28DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28DCDD; }

 p { color: rgb(40,220,221); }

 H1.HeaderClassName
 {
   color: #28DCDD;
 }
 .AnyTagClassName
 {
   color: #28DCDD;
 }
</style>

background-color css

<style>
 a { background-color: #28DCDD; }

 a { background-color: rgb(40,220,221); }

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

border-color css

<style>
 span { border-color: #28DCDD; }

 span { border-color: rgb(40,220,221); }

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