Html Css Color HEX #28DCCD Turquoise

📋 copy color: '#28DCCD'

red 40 ◦ green 220 ◦ blue 205

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

Shades of Turquoise #28DCCD

Tints of Turquoise #28DCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 8.6%
G = 47.31%
B = 44.09%

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

#28DCCD (or 0x28DCCD) is known color: Turquoise. HEX triplet: 28, DC and CD. RGB value is (40,220,205). Sum of RGB (Red+Green+Blue) = 40+220+205=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #28DCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCCD is #D72332. Grayscale: #A4A4A4. Windows color (decimal): -14099251 or 13491240. OLE color: 13491240.

HSL color Cylindrical-coordinate representation of color #28DCCD: hue angle of 175º degrees, saturation: 0.72, 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 #28DCCD is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 220 205 -
CMYK 0.82 0 0.07 0.14
HSL 175º 0.72% 0.51% -
HSV(B) 175º 0.82% 0.86% -
XYZ 37.49 56.05 66.6 -
YUV 164.47 150.87 39.22 -
System Red Green Blue C M Y K H S L
Decimal 40 220 205 0.82 0 0.07 0.14 175 0.72 0.51
Hex 28 DC CD 52 0 7 E AF 48 33
Octal 50 334 315 122 0 7 16 257 110 63
Binary 101000 11011100 11001101 1010010 0 111 1110 10101111 1001000 110011

Color Harmonies of #28DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DCCD

Black with #28DCCD

Text Example


Text Example

White with #28DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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