Html Css Color HEX #12F9DF Bright Turquoise

📋 copy color: '#12F9DF'

red 18 ◦ green 249 ◦ blue 223

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

Shades of Bright Turquoise #12F9DF

Tints of Bright Turquoise #12F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.82%

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 3.67%
G = 50.82%
B = 45.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#12F9DF (or 0x12F9DF) is known color: Bright Turquoise. HEX triplet: 12, F9 and DF. RGB value is (18,249,223). Sum of RGB (Red+Green+Blue) = 18+249+223=490 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.67% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #12F9DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F9DF is #ED0620. Grayscale: #B0B0B0. Windows color (decimal): -15533601 or 14678290. OLE color: 14678290.

HSL color Cylindrical-coordinate representation of color #12F9DF: hue angle of 173.25º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F9DF is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 249 223 -
CMYK 0.93 0 0.10 0.02
HSL 173.25º 0.95% 0.52% -
HSV(B) 173.25º 0.93% 0.98% -
XYZ 47.44 73.21 81.44 -
YUV 176.97 153.97 14.61 -
System Red Green Blue C M Y K H S L
Decimal 18 249 223 0.93 0 0.10 0.02 173.25 0.95 0.52
Hex 12 F9 DF 5D 0 A 2 AD 5F 34
Octal 22 371 337 135 0 12 2 255 137 64
Binary 10010 11111001 11011111 1011101 0 1010 10 10101101 1011111 110100

Color Harmonies of #12F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F9DF

Black with #12F9DF

Text Example


Text Example

White with #12F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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