Html Css Color HEX #12D9EA Bright Turquoise

📋 copy color: '#12D9EA'

red 18 ◦ green 217 ◦ blue 234

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

Shades of Bright Turquoise #12D9EA

Tints of Bright Turquoise #12D9EA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.27%

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 3.84%
G = 46.27%
B = 49.89%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12D9EA (or 0x12D9EA) is known color: Bright Turquoise. HEX triplet: 12, D9 and EA. RGB value is (18,217,234). Sum of RGB (Red+Green+Blue) = 18+217+234=469 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.84% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #12D9EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D9EA is #ED2615. Grayscale: #9F9F9F. Windows color (decimal): -15541782 or 15390994. OLE color: 15390994.

HSL color Cylindrical-coordinate representation of color #12D9EA: hue angle of 184.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D9EA is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 217 234 -
CMYK 0.92 0.07 0 0.08
HSL 184.72º 0.86% 0.49% -
HSV(B) 184.72º 0.92% 0.92% -
XYZ 39.91 55.69 86.49 -
YUV 159.44 170.07 27.12 -
System Red Green Blue C M Y K H S L
Decimal 18 217 234 0.92 0.07 0 0.08 184.72 0.86 0.49
Hex 12 D9 EA 5C 7 0 8 B9 56 31
Octal 22 331 352 134 7 0 10 271 126 61
Binary 10010 11011001 11101010 1011100 111 0 1000 10111001 1010110 110001

Color Harmonies of #12D9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D9EA

Black with #12D9EA

Text Example


Text Example

White with #12D9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,217,234); }

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

background-color css

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

 a { background-color: rgb(18,217,234); }

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

border-color css

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

 span { border-color: rgb(18,217,234); }

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