Html Css Color HEX #12CDE8 Dark Turquoise

📋 copy color: '#12CDE8'

red 18 ◦ green 205 ◦ blue 232

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

Shades of Dark Turquoise #12CDE8

Tints of Dark Turquoise #12CDE8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.05%

 BLUE value IS 232 (91.02% from 255) = 50.99%

R = 3.96%
G = 45.05%
B = 50.99%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#12CDE8 (or 0x12CDE8) is known color: Dark Turquoise. HEX triplet: 12, CD and E8. RGB value is (18,205,232). Sum of RGB (Red+Green+Blue) = 18+205+232=455 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #12CDE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CDE8 is #ED3217. Grayscale: #979797. Windows color (decimal): -15544856 or 15256850. OLE color: 15256850.

HSL color Cylindrical-coordinate representation of color #12CDE8: hue angle of 187.57º 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 #12CDE8 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 205 232 -
CMYK 0.92 0.12 0 0.09
HSL 187.57º 0.86% 0.49% -
HSV(B) 187.57º 0.92% 0.91% -
XYZ 36.65 49.62 83.99 -
YUV 152.17 173.05 32.3 -
System Red Green Blue C M Y K H S L
Decimal 18 205 232 0.92 0.12 0 0.09 187.57 0.86 0.49
Hex 12 CD E8 5C C 0 9 BC 56 31
Octal 22 315 350 134 14 0 11 274 126 61
Binary 10010 11001101 11101000 1011100 1100 0 1001 10111100 1010110 110001

Color Harmonies of #12CDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CDE8

Black with #12CDE8

Text Example


Text Example

White with #12CDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,205,232); }

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

background-color css

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

 a { background-color: rgb(18,205,232); }

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

border-color css

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

 span { border-color: rgb(18,205,232); }

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