Html Css Color HEX #15DECB Bright Turquoise

📋 copy color: '#15DECB'

red 21 ◦ green 222 ◦ blue 203

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

Shades of Bright Turquoise #15DECB

Tints of Bright Turquoise #15DECB

RGB

 RED value IS 21 (8.59% from 255) = 4.71%

 GREEN value IS 222 (87.11% from 255) = 49.78%

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

R = 4.71%
G = 49.78%
B = 45.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#15DECB (or 0x15DECB) is known color: Bright Turquoise. HEX triplet: 15, DE and CB. RGB value is (21,222,203). Sum of RGB (Red+Green+Blue) = 21+222+203=446 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.71% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #15DECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DECB is #EA2134. Grayscale: #9F9F9F. Windows color (decimal): -15343925 or 13360661. OLE color: 13360661.

HSL color Cylindrical-coordinate representation of color #15DECB: hue angle of 174.33º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DECB is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 222 203 -
CMYK 0.91 0 0.09 0.13
HSL 174.33º 0.83% 0.48% -
HSV(B) 174.33º 0.91% 0.87% -
XYZ 37.21 56.71 65.49 -
YUV 159.74 152.41 29.04 -
System Red Green Blue C M Y K H S L
Decimal 21 222 203 0.91 0 0.09 0.13 174.33 0.83 0.48
Hex 15 DE CB 5B 0 9 D AE 53 30
Octal 25 336 313 133 0 11 15 256 123 60
Binary 10101 11011110 11001011 1011011 0 1001 1101 10101110 1010011 110000

Color Harmonies of #15DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DECB

Black with #15DECB

Text Example


Text Example

White with #15DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15DECB; }

 p { color: rgb(21,222,203); }

 H1.HeaderClassName
 {
   color: #15DECB;
 }
 .AnyTagClassName
 {
   color: #15DECB;
 }
</style>

background-color css

<style>
 a { background-color: #15DECB; }

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

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

border-color css

<style>
 span { border-color: #15DECB; }

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

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