Html Css Color HEX #28CDC8 Turquoise

📋 copy color: '#28CDC8'

red 40 ◦ green 205 ◦ blue 200

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

Shades of Turquoise #28CDC8

Tints of Turquoise #28CDC8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.07%

 BLUE value IS 200 (78.52% from 255) = 44.94%

R = 8.99%
G = 46.07%
B = 44.94%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#28CDC8 (or 0x28CDC8) is known color: Turquoise. HEX triplet: 28, CD and C8. RGB value is (40,205,200). Sum of RGB (Red+Green+Blue) = 40+205+200=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #28CDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDC8 is #D73237. Grayscale: #9A9A9A. Windows color (decimal): -14103096 or 13159720. OLE color: 13159720.

HSL color Cylindrical-coordinate representation of color #28CDC8: hue angle of 178.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CDC8 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 205 200 -
CMYK 0.80 0 0.02 0.20
HSL 178.18º 0.67% 0.48% -
HSV(B) 178.18º 0.8% 0.8% -
XYZ 33.13 48.28 62.22 -
YUV 155.1 153.34 45.91 -
System Red Green Blue C M Y K H S L
Decimal 40 205 200 0.80 0 0.02 0.20 178.18 0.67 0.48
Hex 28 CD C8 50 0 2 14 B2 43 30
Octal 50 315 310 120 0 2 24 262 103 60
Binary 101000 11001101 11001000 1010000 0 10 10100 10110010 1000011 110000

Color Harmonies of #28CDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CDC8

Black with #28CDC8

Text Example


Text Example

White with #28CDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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