Html Css Color HEX #28DCE1 Turquoise

📋 copy color: '#28DCE1'

red 40 ◦ green 220 ◦ blue 225

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

Shades of Turquoise #28DCE1

Tints of Turquoise #28DCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.39%

R = 8.25%
G = 45.36%
B = 46.39%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#28DCE1 (or 0x28DCE1) is known color: Turquoise. HEX triplet: 28, DC and E1. RGB value is (40,220,225). Sum of RGB (Red+Green+Blue) = 40+220+225=485 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.25% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #28DCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCE1 is #D7231E. Grayscale: #A6A6A6. Windows color (decimal): -14099231 or 14801960. OLE color: 14801960.

HSL color Cylindrical-coordinate representation of color #28DCE1: hue angle of 181.62º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DCE1 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 220 225 -
CMYK 0.82 0.02 0 0.12
HSL 181.62º 0.76% 0.52% -
HSV(B) 181.62º 0.82% 0.88% -
XYZ 40.06 57.07 80.14 -
YUV 166.75 160.87 37.59 -
System Red Green Blue C M Y K H S L
Decimal 40 220 225 0.82 0.02 0 0.12 181.62 0.76 0.52
Hex 28 DC E1 52 2 0 C B6 4C 34
Octal 50 334 341 122 2 0 14 266 114 64
Binary 101000 11011100 11100001 1010010 10 0 1100 10110110 1001100 110100

Color Harmonies of #28DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DCE1

Black with #28DCE1

Text Example


Text Example

White with #28DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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