Html Css Color HEX #15DAF2 Bright Turquoise

📋 copy color: '#15DAF2'

red 21 ◦ green 218 ◦ blue 242

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

Shades of Bright Turquoise #15DAF2

Tints of Bright Turquoise #15DAF2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.32%

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

R = 4.37%
G = 45.32%
B = 50.31%

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

#15DAF2 (or 0x15DAF2) is known color: Bright Turquoise. HEX triplet: 15, DA and F2. RGB value is (21,218,242). Sum of RGB (Red+Green+Blue) = 21+218+242=481 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.37% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #15DAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DAF2 is #EA250D. Grayscale: #A1A1A1. Windows color (decimal): -15344910 or 15915541. OLE color: 15915541.

HSL color Cylindrical-coordinate representation of color #15DAF2: hue angle of 186.52º 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 #15DAF2 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 218 242 -
CMYK 0.91 0.10 0 0.05
HSL 186.52º 0.89% 0.52% -
HSV(B) 186.52º 0.91% 0.95% -
XYZ 41.41 56.71 92.77 -
YUV 161.83 173.23 27.55 -
System Red Green Blue C M Y K H S L
Decimal 21 218 242 0.91 0.10 0 0.05 186.52 0.89 0.52
Hex 15 DA F2 5B A 0 5 BB 59 34
Octal 25 332 362 133 12 0 5 273 131 64
Binary 10101 11011010 11110010 1011011 1010 0 101 10111011 1011001 110100

Color Harmonies of #15DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DAF2

Black with #15DAF2

Text Example


Text Example

White with #15DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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