Html Css Color HEX #12DFE1 Bright Turquoise

📋 copy color: '#12DFE1'

red 18 ◦ green 223 ◦ blue 225

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

Shades of Bright Turquoise #12DFE1

Tints of Bright Turquoise #12DFE1

RGB

 RED value IS 18 (7.42% from 255) = 3.86%

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

 BLUE value IS 225 (88.28% from 255) = 48.28%

R = 3.86%
G = 47.85%
B = 48.28%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#12DFE1 (or 0x12DFE1) is known color: Bright Turquoise. HEX triplet: 12, DF and E1. RGB value is (18,223,225). Sum of RGB (Red+Green+Blue) = 18+223+225=466 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.86% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #12DFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DFE1 is #ED201E. Grayscale: #A1A1A1. Windows color (decimal): -15540255 or 14802706. OLE color: 14802706.

HSL color Cylindrical-coordinate representation of color #12DFE1: hue angle of 180.58º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DFE1 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 223 225 -
CMYK 0.92 0.01 0 0.12
HSL 180.58º 0.85% 0.48% -
HSV(B) 180.58º 0.92% 0.88% -
XYZ 40.23 58.34 80.37 -
YUV 161.93 163.58 25.34 -
System Red Green Blue C M Y K H S L
Decimal 18 223 225 0.92 0.01 0 0.12 180.58 0.85 0.48
Hex 12 DF E1 5C 1 0 C B5 55 30
Octal 22 337 341 134 1 0 14 265 125 60
Binary 10010 11011111 11100001 1011100 1 0 1100 10110101 1010101 110000

Color Harmonies of #12DFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DFE1

Black with #12DFE1

Text Example


Text Example

White with #12DFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12DFE1; }

 p { color: rgb(18,223,225); }

 H1.HeaderClassName
 {
   color: #12DFE1;
 }
 .AnyTagClassName
 {
   color: #12DFE1;
 }
</style>

background-color css

<style>
 a { background-color: #12DFE1; }

 a { background-color: rgb(18,223,225); }

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

border-color css

<style>
 span { border-color: #12DFE1; }

 span { border-color: rgb(18,223,225); }

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