Html Css Color HEX #28CBCB Medium Turquoise

📋 copy color: '#28CBCB'

red 40 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #28CBCB

Tints of Medium Turquoise #28CBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 8.97%
G = 45.52%
B = 45.52%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#28CBCB (or 0x28CBCB) is known color: Medium Turquoise. HEX triplet: 28, CB and CB. RGB value is (40,203,203). Sum of RGB (Red+Green+Blue) = 40+203+203=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #28CBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CBCB is #D73434. Grayscale: #9A9A9A. Windows color (decimal): -14103605 or 13355816. OLE color: 13355816.

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

Color convert

RGB 40 203 203 -
CMYK 0.80 0 0 0.20
HSL 180º 0.67% 0.48% -
HSV(B) 180º 0.8% 0.8% -
XYZ 33.01 47.47 63.92 -
YUV 154.26 155.5 46.5 -
System Red Green Blue C M Y K H S L
Decimal 40 203 203 0.80 0 0 0.20 180 0.67 0.48
Hex 28 CB CB 50 0 0 14 B4 43 30
Octal 50 313 313 120 0 0 24 264 103 60
Binary 101000 11001011 11001011 1010000 0 0 10100 10110100 1000011 110000

Color Harmonies of #28CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CBCB

Black with #28CBCB

Text Example


Text Example

White with #28CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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