Html Css Color HEX #28CEDB Turquoise

📋 copy color: '#28CEDB'

red 40 ◦ green 206 ◦ blue 219

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

Shades of Turquoise #28CEDB

Tints of Turquoise #28CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.3%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 8.6%
G = 44.3%
B = 47.1%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#28CEDB (or 0x28CEDB) is known color: Turquoise. HEX triplet: 28, CE and DB. RGB value is (40,206,219). Sum of RGB (Red+Green+Blue) = 40+206+219=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #28CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEDB is #D73124. Grayscale: #9D9D9D. Windows color (decimal): -14102821 or 14405160. OLE color: 14405160.

HSL color Cylindrical-coordinate representation of color #28CEDB: hue angle of 184.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CEDB is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 206 219 -
CMYK 0.82 0.06 0 0.14
HSL 184.36º 0.71% 0.51% -
HSV(B) 184.36º 0.82% 0.86% -
XYZ 35.73 49.71 74.73 -
YUV 157.85 162.5 43.94 -
System Red Green Blue C M Y K H S L
Decimal 40 206 219 0.82 0.06 0 0.14 184.36 0.71 0.51
Hex 28 CE DB 52 6 0 E B8 47 33
Octal 50 316 333 122 6 0 16 270 107 63
Binary 101000 11001110 11011011 1010010 110 0 1110 10111000 1000111 110011

Color Harmonies of #28CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CEDB

Black with #28CEDB

Text Example


Text Example

White with #28CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,206,219); }

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

background-color css

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

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

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

border-color css

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

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

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