Html Css Color HEX #12DFE7 Bright Turquoise

📋 copy color: '#12DFE7'

red 18 ◦ green 223 ◦ blue 231

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

Shades of Bright Turquoise #12DFE7

Tints of Bright Turquoise #12DFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.94%

R = 3.81%
G = 47.25%
B = 48.94%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#12DFE7 (or 0x12DFE7) is known color: Bright Turquoise. HEX triplet: 12, DF and E7. RGB value is (18,223,231). Sum of RGB (Red+Green+Blue) = 18+223+231=472 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #12DFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DFE7 is #ED2018. Grayscale: #A2A2A2. Windows color (decimal): -15540249 or 15195922. OLE color: 15195922.

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

Color convert

RGB 18 223 231 -
CMYK 0.92 0.03 0 0.09
HSL 182.25º 0.86% 0.49% -
HSV(B) 182.25º 0.92% 0.91% -
XYZ 41.06 58.67 84.76 -
YUV 162.62 166.58 24.85 -
System Red Green Blue C M Y K H S L
Decimal 18 223 231 0.92 0.03 0 0.09 182.25 0.86 0.49
Hex 12 DF E7 5C 3 0 9 B6 56 31
Octal 22 337 347 134 3 0 11 266 126 61
Binary 10010 11011111 11100111 1011100 11 0 1001 10110110 1010110 110001

Color Harmonies of #12DFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DFE7

Black with #12DFE7

Text Example


Text Example

White with #12DFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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