Html Css Color HEX #28CDC1 Turquoise

📋 copy color: '#28CDC1'

red 40 ◦ green 205 ◦ blue 193

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

Shades of Turquoise #28CDC1

Tints of Turquoise #28CDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 9.13%
G = 46.8%
B = 44.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#28CDC1 (or 0x28CDC1) is known color: Turquoise. HEX triplet: 28, CD and C1. RGB value is (40,205,193). Sum of RGB (Red+Green+Blue) = 40+205+193=438 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.13% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #28CDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDC1 is #D7323E. Grayscale: #9A9A9A. Windows color (decimal): -14103103 or 12700968. OLE color: 12700968.

HSL color Cylindrical-coordinate representation of color #28CDC1: hue angle of 175.64º 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 #28CDC1 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 205 193 -
CMYK 0.80 0 0.06 0.20
HSL 175.64º 0.67% 0.48% -
HSV(B) 175.64º 0.8% 0.8% -
XYZ 32.33 47.96 58.01 -
YUV 154.3 149.84 46.48 -
System Red Green Blue C M Y K H S L
Decimal 40 205 193 0.80 0 0.06 0.20 175.64 0.67 0.48
Hex 28 CD C1 50 0 6 14 B0 43 30
Octal 50 315 301 120 0 6 24 260 103 60
Binary 101000 11001101 11000001 1010000 0 110 10100 10110000 1000011 110000

Color Harmonies of #28CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CDC1

Black with #28CDC1

Text Example


Text Example

White with #28CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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