Html Css Color HEX #15DCFB Bright Turquoise

📋 copy color: '#15DCFB'

red 21 ◦ green 220 ◦ blue 251

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

Shades of Bright Turquoise #15DCFB

Tints of Bright Turquoise #15DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.72%

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 4.27%
G = 44.72%
B = 51.02%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#15DCFB (or 0x15DCFB) is known color: Bright Turquoise. HEX triplet: 15, DC and FB. RGB value is (21,220,251). Sum of RGB (Red+Green+Blue) = 21+220+251=492 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.27% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #15DCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DCFB is #EA2304. Grayscale: #A3A3A3. Windows color (decimal): -15344389 or 16505877. OLE color: 16505877.

HSL color Cylindrical-coordinate representation of color #15DCFB: hue angle of 188.09º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15DCFB is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 220 251 -
CMYK 0.92 0.12 0 0.02
HSL 188.09º 0.97% 0.53% -
HSV(B) 188.09º 0.92% 0.98% -
XYZ 43.32 58.31 100.24 -
YUV 164.03 177.07 25.98 -
System Red Green Blue C M Y K H S L
Decimal 21 220 251 0.92 0.12 0 0.02 188.09 0.97 0.53
Hex 15 DC FB 5C C 0 2 BC 61 35
Octal 25 334 373 134 14 0 2 274 141 65
Binary 10101 11011100 11111011 1011100 1100 0 10 10111100 1100001 110101

Color Harmonies of #15DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DCFB

Black with #15DCFB

Text Example


Text Example

White with #15DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,220,251); }

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

background-color css

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

 a { background-color: rgb(21,220,251); }

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

border-color css

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

 span { border-color: rgb(21,220,251); }

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