Html Css Color HEX #12DCEB Bright Turquoise

📋 copy color: '#12DCEB'

red 18 ◦ green 220 ◦ blue 235

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

Shades of Bright Turquoise #12DCEB

Tints of Bright Turquoise #12DCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.51%

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 3.81%
G = 46.51%
B = 49.68%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12DCEB (or 0x12DCEB) is known color: Bright Turquoise. HEX triplet: 12, DC and EB. RGB value is (18,220,235). Sum of RGB (Red+Green+Blue) = 18+220+235=473 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #12DCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DCEB is #ED2314. Grayscale: #A1A1A1. Windows color (decimal): -15541013 or 15457298. OLE color: 15457298.

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

Color convert

RGB 18 220 235 -
CMYK 0.92 0.06 0 0.08
HSL 184.15º 0.86% 0.5% -
HSV(B) 184.15º 0.92% 0.92% -
XYZ 40.84 57.31 87.51 -
YUV 161.31 169.58 25.78 -
System Red Green Blue C M Y K H S L
Decimal 18 220 235 0.92 0.06 0 0.08 184.15 0.86 0.5
Hex 12 DC EB 5C 6 0 8 B8 56 32
Octal 22 334 353 134 6 0 10 270 126 62
Binary 10010 11011100 11101011 1011100 110 0 1000 10111000 1010110 110010

Color Harmonies of #12DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCEB

Black with #12DCEB

Text Example


Text Example

White with #12DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,220,235); }

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

background-color css

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

 a { background-color: rgb(18,220,235); }

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

border-color css

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

 span { border-color: rgb(18,220,235); }

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