Html Css Color HEX #15DBF2 Bright Turquoise

📋 copy color: '#15DBF2'

red 21 ◦ green 219 ◦ blue 242

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

Shades of Bright Turquoise #15DBF2

Tints of Bright Turquoise #15DBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 4.36%
G = 45.44%
B = 50.21%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#15DBF2 (or 0x15DBF2) is known color: Bright Turquoise. HEX triplet: 15, DB and F2. RGB value is (21,219,242). Sum of RGB (Red+Green+Blue) = 21+219+242=482 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.36% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #15DBF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DBF2 is #EA240D. Grayscale: #A2A2A2. Windows color (decimal): -15344654 or 15915797. OLE color: 15915797.

HSL color Cylindrical-coordinate representation of color #15DBF2: hue angle of 186.24º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DBF2 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 219 242 -
CMYK 0.91 0.10 0 0.05
HSL 186.24º 0.89% 0.52% -
HSV(B) 186.24º 0.91% 0.95% -
XYZ 41.67 57.23 92.86 -
YUV 162.42 172.9 27.13 -
System Red Green Blue C M Y K H S L
Decimal 21 219 242 0.91 0.10 0 0.05 186.24 0.89 0.52
Hex 15 DB F2 5B A 0 5 BA 59 34
Octal 25 333 362 133 12 0 5 272 131 64
Binary 10101 11011011 11110010 1011011 1010 0 101 10111010 1011001 110100

Color Harmonies of #15DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DBF2

Black with #15DBF2

Text Example


Text Example

White with #15DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,219,242); }

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

background-color css

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

 a { background-color: rgb(21,219,242); }

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

border-color css

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

 span { border-color: rgb(21,219,242); }

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