Html Css Color HEX #28CEDF Turquoise

📋 copy color: '#28CEDF'

red 40 ◦ green 206 ◦ blue 223

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

Shades of Turquoise #28CEDF

Tints of Turquoise #28CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 8.53%
G = 43.92%
B = 47.55%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#28CEDF (or 0x28CEDF) is known color: Turquoise. HEX triplet: 28, CE and DF. RGB value is (40,206,223). Sum of RGB (Red+Green+Blue) = 40+206+223=469 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.53% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #28CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEDF is #D73120. Grayscale: #9E9E9E. Windows color (decimal): -14102817 or 14667304. OLE color: 14667304.

HSL color Cylindrical-coordinate representation of color #28CEDF: hue angle of 185.57º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CEDF is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 206 223 -
CMYK 0.82 0.08 0 0.13
HSL 185.57º 0.74% 0.52% -
HSV(B) 185.57º 0.82% 0.87% -
XYZ 36.27 49.92 77.54 -
YUV 158.3 164.5 43.62 -
System Red Green Blue C M Y K H S L
Decimal 40 206 223 0.82 0.08 0 0.13 185.57 0.74 0.52
Hex 28 CE DF 52 8 0 D BA 4A 34
Octal 50 316 337 122 10 0 15 272 112 64
Binary 101000 11001110 11011111 1010010 1000 0 1101 10111010 1001010 110100

Color Harmonies of #28CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CEDF

Black with #28CEDF

Text Example


Text Example

White with #28CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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