Html Css Color HEX #28CBD7 Medium Turquoise

📋 copy color: '#28CBD7'

red 40 ◦ green 203 ◦ blue 215

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

Shades of Medium Turquoise #28CBD7

Tints of Medium Turquoise #28CBD7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.32%

 BLUE value IS 215 (84.38% from 255) = 46.94%

R = 8.73%
G = 44.32%
B = 46.94%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#28CBD7 (or 0x28CBD7) is known color: Medium Turquoise. HEX triplet: 28, CB and D7. RGB value is (40,203,215). Sum of RGB (Red+Green+Blue) = 40+203+215=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #28CBD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CBD7 is #D73428. Grayscale: #9B9B9B. Windows color (decimal): -14103593 or 14142248. OLE color: 14142248.

HSL color Cylindrical-coordinate representation of color #28CBD7: hue angle of 184.11º degrees, saturation: 0.69, 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 #28CBD7 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 203 215 -
CMYK 0.81 0.06 0 0.16
HSL 184.11º 0.69% 0.5% -
HSV(B) 184.11º 0.81% 0.84% -
XYZ 34.5 48.07 71.75 -
YUV 155.63 161.5 45.52 -
System Red Green Blue C M Y K H S L
Decimal 40 203 215 0.81 0.06 0 0.16 184.11 0.69 0.5
Hex 28 CB D7 51 6 0 10 B8 45 32
Octal 50 313 327 121 6 0 20 270 105 62
Binary 101000 11001011 11010111 1010001 110 0 10000 10111000 1000101 110010

Color Harmonies of #28CBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CBD7

Black with #28CBD7

Text Example


Text Example

White with #28CBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,203,215); }

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

background-color css

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

 a { background-color: rgb(40,203,215); }

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

border-color css

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

 span { border-color: rgb(40,203,215); }

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