Html Css Color HEX #15EDF3 Bright Turquoise

📋 copy color: '#15EDF3'

red 21 ◦ green 237 ◦ blue 243

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

Shades of Bright Turquoise #15EDF3

Tints of Bright Turquoise #15EDF3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.31%

 BLUE value IS 243 (95.31% from 255) = 48.5%

R = 4.19%
G = 47.31%
B = 48.5%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#15EDF3 (or 0x15EDF3) is known color: Bright Turquoise. HEX triplet: 15, ED and F3. RGB value is (21,237,243). Sum of RGB (Red+Green+Blue) = 21+237+243=501 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.19% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #15EDF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EDF3 is #EA120C. Grayscale: #ACACAC. Windows color (decimal): -15340045 or 15985941. OLE color: 15985941.

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

Color convert

RGB 21 237 243 -
CMYK 0.91 0.02 0 0.05
HSL 181.62º 0.9% 0.52% -
HSV(B) 181.62º 0.91% 0.95% -
XYZ 46.77 67.2 95.3 -
YUV 173.1 167.44 19.51 -
System Red Green Blue C M Y K H S L
Decimal 21 237 243 0.91 0.02 0 0.05 181.62 0.9 0.52
Hex 15 ED F3 5B 2 0 5 B6 5A 34
Octal 25 355 363 133 2 0 5 266 132 64
Binary 10101 11101101 11110011 1011011 10 0 101 10110110 1011010 110100

Color Harmonies of #15EDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EDF3

Black with #15EDF3

Text Example


Text Example

White with #15EDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,237,243); }

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

background-color css

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

 a { background-color: rgb(21,237,243); }

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

border-color css

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

 span { border-color: rgb(21,237,243); }

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