Html Css Color HEX #15E7F2 Bright Turquoise

📋 copy color: '#15E7F2'

red 21 ◦ green 231 ◦ blue 242

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

Shades of Bright Turquoise #15E7F2

Tints of Bright Turquoise #15E7F2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.76%

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

R = 4.25%
G = 46.76%
B = 48.99%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#15E7F2 (or 0x15E7F2) is known color: Bright Turquoise. HEX triplet: 15, E7 and F2. RGB value is (21,231,242). Sum of RGB (Red+Green+Blue) = 21+231+242=494 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.25% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #15E7F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15E7F2 is #EA180D. Grayscale: #A9A9A9. Windows color (decimal): -15341582 or 15918869. OLE color: 15918869.

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

Color convert

RGB 21 231 242 -
CMYK 0.91 0.05 0 0.05
HSL 182.99º 0.89% 0.52% -
HSV(B) 182.99º 0.91% 0.95% -
XYZ 44.91 63.72 93.94 -
YUV 169.46 168.93 22.11 -
System Red Green Blue C M Y K H S L
Decimal 21 231 242 0.91 0.05 0 0.05 182.99 0.89 0.52
Hex 15 E7 F2 5B 5 0 5 B7 59 34
Octal 25 347 362 133 5 0 5 267 131 64
Binary 10101 11100111 11110010 1011011 101 0 101 10110111 1011001 110100

Color Harmonies of #15E7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E7F2

Black with #15E7F2

Text Example


Text Example

White with #15E7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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