Html Css Color HEX #12DFC9 Bright Turquoise

📋 copy color: '#12DFC9'

red 18 ◦ green 223 ◦ blue 201

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

Shades of Bright Turquoise #12DFC9

Tints of Bright Turquoise #12DFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.48%

R = 4.07%
G = 50.45%
B = 45.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#12DFC9 (or 0x12DFC9) is known color: Bright Turquoise. HEX triplet: 12, DF and C9. RGB value is (18,223,201). Sum of RGB (Red+Green+Blue) = 18+223+201=442 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.07% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DFC9 is #ED2036. Grayscale: #9F9F9F. Windows color (decimal): -15540279 or 13229842. OLE color: 13229842.

HSL color Cylindrical-coordinate representation of color #12DFC9: hue angle of 173.56º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DFC9 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 223 201 -
CMYK 0.92 0 0.10 0.13
HSL 173.56º 0.85% 0.47% -
HSV(B) 173.56º 0.92% 0.87% -
XYZ 37.18 57.12 64.32 -
YUV 159.2 151.58 27.29 -
System Red Green Blue C M Y K H S L
Decimal 18 223 201 0.92 0 0.10 0.13 173.56 0.85 0.47
Hex 12 DF C9 5C 0 A D AE 55 2F
Octal 22 337 311 134 0 12 15 256 125 57
Binary 10010 11011111 11001001 1011100 0 1010 1101 10101110 1010101 101111

Color Harmonies of #12DFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DFC9

Black with #12DFC9

Text Example


Text Example

White with #12DFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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