Html Css Color HEX #12DEEF Bright Turquoise

📋 copy color: '#12DEEF'

red 18 ◦ green 222 ◦ blue 239

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

Shades of Bright Turquoise #12DEEF

Tints of Bright Turquoise #12DEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.35%

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 3.76%
G = 46.35%
B = 49.9%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#12DEEF (or 0x12DEEF) is known color: Bright Turquoise. HEX triplet: 12, DE and EF. RGB value is (18,222,239). Sum of RGB (Red+Green+Blue) = 18+222+239=479 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.76% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #12DEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DEEF is #ED2110. Grayscale: #A2A2A2. Windows color (decimal): -15540497 or 15719954. OLE color: 15719954.

HSL color Cylindrical-coordinate representation of color #12DEEF: hue angle of 184.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DEEF is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 222 239 -
CMYK 0.92 0.07 0 0.06
HSL 184.62º 0.87% 0.5% -
HSV(B) 184.62º 0.92% 0.94% -
XYZ 41.95 58.6 90.76 -
YUV 162.94 170.91 24.62 -
System Red Green Blue C M Y K H S L
Decimal 18 222 239 0.92 0.07 0 0.06 184.62 0.87 0.5
Hex 12 DE EF 5C 7 0 6 B9 57 32
Octal 22 336 357 134 7 0 6 271 127 62
Binary 10010 11011110 11101111 1011100 111 0 110 10111001 1010111 110010

Color Harmonies of #12DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DEEF

Black with #12DEEF

Text Example


Text Example

White with #12DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,222,239); }

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

background-color css

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

 a { background-color: rgb(18,222,239); }

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

border-color css

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

 span { border-color: rgb(18,222,239); }

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