Html Css Color HEX #28DADD Turquoise

📋 copy color: '#28DADD'

red 40 ◦ green 218 ◦ blue 221

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

Shades of Turquoise #28DADD

Tints of Turquoise #28DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.51%

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

R = 8.35%
G = 45.51%
B = 46.14%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#28DADD (or 0x28DADD) is known color: Turquoise. HEX triplet: 28, DA and DD. RGB value is (40,218,221). Sum of RGB (Red+Green+Blue) = 40+218+221=479 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.35% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #28DADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DADD is #D72522. Grayscale: #A4A4A4. Windows color (decimal): -14099747 or 14539304. OLE color: 14539304.

HSL color Cylindrical-coordinate representation of color #28DADD: hue angle of 180.99º 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 #28DADD is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 218 221 -
CMYK 0.82 0.01 0 0.13
HSL 180.99º 0.73% 0.51% -
HSV(B) 180.99º 0.82% 0.87% -
XYZ 39 55.81 77.12 -
YUV 165.12 159.53 38.76 -
System Red Green Blue C M Y K H S L
Decimal 40 218 221 0.82 0.01 0 0.13 180.99 0.73 0.51
Hex 28 DA DD 52 1 0 D B5 49 33
Octal 50 332 335 122 1 0 15 265 111 63
Binary 101000 11011010 11011101 1010010 1 0 1101 10110101 1001001 110011

Color Harmonies of #28DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DADD

Black with #28DADD

Text Example


Text Example

White with #28DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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