Html Css Color HEX #28DCE6 Turquoise

📋 copy color: '#28DCE6'

red 40 ◦ green 220 ◦ blue 230

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

Shades of Turquoise #28DCE6

Tints of Turquoise #28DCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.94%

R = 8.16%
G = 44.9%
B = 46.94%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#28DCE6 (or 0x28DCE6) is known color: Turquoise. HEX triplet: 28, DC and E6. RGB value is (40,220,230). Sum of RGB (Red+Green+Blue) = 40+220+230=490 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.16% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #28DCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DCE6 is #D72319. Grayscale: #A7A7A7. Windows color (decimal): -14099226 or 15129640. OLE color: 15129640.

HSL color Cylindrical-coordinate representation of color #28DCE6: hue angle of 183.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DCE6 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 40 220 230 -
CMYK 0.83 0.04 0 0.10
HSL 183.16º 0.79% 0.53% -
HSV(B) 183.16º 0.83% 0.9% -
XYZ 40.75 57.35 83.78 -
YUV 167.32 163.37 37.19 -
System Red Green Blue C M Y K H S L
Decimal 40 220 230 0.83 0.04 0 0.10 183.16 0.79 0.53
Hex 28 DC E6 53 4 0 A B7 4F 35
Octal 50 334 346 123 4 0 12 267 117 65
Binary 101000 11011100 11100110 1010011 100 0 1010 10110111 1001111 110101

Color Harmonies of #28DCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DCE6

Black with #28DCE6

Text Example


Text Example

White with #28DCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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