Html Css Color HEX #28CED5 Turquoise

📋 copy color: '#28CED5'

red 40 ◦ green 206 ◦ blue 213

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

Shades of Turquoise #28CED5

Tints of Turquoise #28CED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.88%

 BLUE value IS 213 (83.59% from 255) = 46.41%

R = 8.71%
G = 44.88%
B = 46.41%

CMYK

 C value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#28CED5 (or 0x28CED5) is known color: Turquoise. HEX triplet: 28, CE and D5. RGB value is (40,206,213). Sum of RGB (Red+Green+Blue) = 40+206+213=459 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.71% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #28CED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CED5 is #D7312A. Grayscale: #9C9C9C. Windows color (decimal): -14102827 or 14011944. OLE color: 14011944.

HSL color Cylindrical-coordinate representation of color #28CED5: hue angle of 182.43º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CED5 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 206 213 -
CMYK 0.81 0.03 0 0.16
HSL 182.43º 0.68% 0.5% -
HSV(B) 182.43º 0.81% 0.84% -
XYZ 34.96 49.4 70.64 -
YUV 157.16 159.5 44.43 -
System Red Green Blue C M Y K H S L
Decimal 40 206 213 0.81 0.03 0 0.16 182.43 0.68 0.5
Hex 28 CE D5 51 3 0 10 B6 44 32
Octal 50 316 325 121 3 0 20 266 104 62
Binary 101000 11001110 11010101 1010001 11 0 10000 10110110 1000100 110010

Color Harmonies of #28CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CED5

Black with #28CED5

Text Example


Text Example

White with #28CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,206,213); }

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

background-color css

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

 a { background-color: rgb(40,206,213); }

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

border-color css

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

 span { border-color: rgb(40,206,213); }

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