Html Css Color HEX #15DFEE Bright Turquoise

📋 copy color: '#15DFEE'

red 21 ◦ green 223 ◦ blue 238

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

Shades of Bright Turquoise #15DFEE

Tints of Bright Turquoise #15DFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.38%

R = 4.36%
G = 46.27%
B = 49.38%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15DFEE (or 0x15DFEE) is known color: Bright Turquoise. HEX triplet: 15, DF and EE. RGB value is (21,223,238). Sum of RGB (Red+Green+Blue) = 21+223+238=482 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.36% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #15DFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DFEE is #EA2011. Grayscale: #A4A4A4. Windows color (decimal): -15343634 or 15654677. OLE color: 15654677.

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

Color convert

RGB 21 223 238 -
CMYK 0.91 0.06 0 0.07
HSL 184.15º 0.86% 0.51% -
HSV(B) 184.15º 0.91% 0.93% -
XYZ 42.13 59.11 90.08 -
YUV 164.31 169.58 25.78 -
System Red Green Blue C M Y K H S L
Decimal 21 223 238 0.91 0.06 0 0.07 184.15 0.86 0.51
Hex 15 DF EE 5B 6 0 7 B8 56 33
Octal 25 337 356 133 6 0 7 270 126 63
Binary 10101 11011111 11101110 1011011 110 0 111 10111000 1010110 110011

Color Harmonies of #15DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DFEE

Black with #15DFEE

Text Example


Text Example

White with #15DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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