Html Css Color HEX #28CDBF Medium Turquoise

📋 copy color: '#28CDBF'

red 40 ◦ green 205 ◦ blue 191

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

Shades of Medium Turquoise #28CDBF

Tints of Medium Turquoise #28CDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.81%

R = 9.17%
G = 47.02%
B = 43.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#28CDBF (or 0x28CDBF) is known color: Medium Turquoise. HEX triplet: 28, CD and BF. RGB value is (40,205,191). Sum of RGB (Red+Green+Blue) = 40+205+191=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #28CDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDBF is #D73240. Grayscale: #999999. Windows color (decimal): -14103105 or 12569896. OLE color: 12569896.

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

Color convert

RGB 40 205 191 -
CMYK 0.80 0 0.07 0.20
HSL 174.91º 0.67% 0.48% -
HSV(B) 174.91º 0.8% 0.8% -
XYZ 32.11 47.88 56.84 -
YUV 154.07 148.84 46.64 -
System Red Green Blue C M Y K H S L
Decimal 40 205 191 0.80 0 0.07 0.20 174.91 0.67 0.48
Hex 28 CD BF 50 0 7 14 AF 43 30
Octal 50 315 277 120 0 7 24 257 103 60
Binary 101000 11001101 10111111 1010000 0 111 10100 10101111 1000011 110000

Color Harmonies of #28CDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CDBF

Black with #28CDBF

Text Example


Text Example

White with #28CDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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