Html Css Color HEX #28DBCB Turquoise

📋 copy color: '#28DBCB'

red 40 ◦ green 219 ◦ blue 203

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

Shades of Turquoise #28DBCB

Tints of Turquoise #28DBCB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.4%

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 8.66%
G = 47.4%
B = 43.94%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#28DBCB (or 0x28DBCB) is known color: Turquoise. HEX triplet: 28, DB and CB. RGB value is (40,219,203). Sum of RGB (Red+Green+Blue) = 40+219+203=462 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.66% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBCB is #D72434. Grayscale: #A3A3A3. Windows color (decimal): -14099509 or 13359912. OLE color: 13359912.

HSL color Cylindrical-coordinate representation of color #28DBCB: hue angle of 174.64º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DBCB is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 219 203 -
CMYK 0.82 0 0.07 0.14
HSL 174.64º 0.71% 0.51% -
HSV(B) 174.64º 0.82% 0.86% -
XYZ 36.99 55.43 65.25 -
YUV 163.66 150.2 39.8 -
System Red Green Blue C M Y K H S L
Decimal 40 219 203 0.82 0 0.07 0.14 174.64 0.71 0.51
Hex 28 DB CB 52 0 7 E AF 47 33
Octal 50 333 313 122 0 7 16 257 107 63
Binary 101000 11011011 11001011 1010010 0 111 1110 10101111 1000111 110011

Color Harmonies of #28DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DBCB

Black with #28DBCB

Text Example


Text Example

White with #28DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,219,203); }

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

background-color css

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

 a { background-color: rgb(40,219,203); }

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

border-color css

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

 span { border-color: rgb(40,219,203); }

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