Html Css Color HEX #15DFF0 Bright Turquoise

📋 copy color: '#15DFF0'

red 21 ◦ green 223 ◦ blue 240

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

Shades of Bright Turquoise #15DFF0

Tints of Bright Turquoise #15DFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.07%

 BLUE value IS 240 (94.14% from 255) = 49.59%

R = 4.34%
G = 46.07%
B = 49.59%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#15DFF0 (or 0x15DFF0) is known color: Bright Turquoise. HEX triplet: 15, DF and F0. RGB value is (21,223,240). Sum of RGB (Red+Green+Blue) = 21+223+240=484 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.34% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #15DFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DFF0 is #EA200F. Grayscale: #A4A4A4. Windows color (decimal): -15343632 or 15785749. OLE color: 15785749.

HSL color Cylindrical-coordinate representation of color #15DFF0: hue angle of 184.66º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DFF0 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 223 240 -
CMYK 0.91 0.07 0 0.06
HSL 184.66º 0.88% 0.51% -
HSV(B) 184.66º 0.91% 0.94% -
XYZ 42.43 59.23 91.63 -
YUV 164.54 170.58 25.62 -
System Red Green Blue C M Y K H S L
Decimal 21 223 240 0.91 0.07 0 0.06 184.66 0.88 0.51
Hex 15 DF F0 5B 7 0 6 B9 58 33
Octal 25 337 360 133 7 0 6 271 130 63
Binary 10101 11011111 11110000 1011011 111 0 110 10111001 1011000 110011

Color Harmonies of #15DFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DFF0

Black with #15DFF0

Text Example


Text Example

White with #15DFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,223,240); }

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

background-color css

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

 a { background-color: rgb(21,223,240); }

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

border-color css

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

 span { border-color: rgb(21,223,240); }

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