Html Css Color HEX #12F0DA Bright Turquoise

📋 copy color: '#12F0DA'

red 18 ◦ green 240 ◦ blue 218

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

Shades of Bright Turquoise #12F0DA

Tints of Bright Turquoise #12F0DA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.42%

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 3.78%
G = 50.42%
B = 45.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#12F0DA (or 0x12F0DA) is known color: Bright Turquoise. HEX triplet: 12, F0 and DA. RGB value is (18,240,218). Sum of RGB (Red+Green+Blue) = 18+240+218=476 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.78% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #12F0DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F0DA is #ED0F25. Grayscale: #AAAAAA. Windows color (decimal): -15535910 or 14348306. OLE color: 14348306.

HSL color Cylindrical-coordinate representation of color #12F0DA: hue angle of 174.05º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F0DA is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 240 218 -
CMYK 0.92 0 0.09 0.06
HSL 174.05º 0.88% 0.51% -
HSV(B) 174.05º 0.93% 0.94% -
XYZ 44.06 67.51 77.04 -
YUV 171.11 154.45 18.79 -
System Red Green Blue C M Y K H S L
Decimal 18 240 218 0.92 0 0.09 0.06 174.05 0.88 0.51
Hex 12 F0 DA 5C 0 9 6 AE 58 33
Octal 22 360 332 134 0 11 6 256 130 63
Binary 10010 11110000 11011010 1011100 0 1001 110 10101110 1011000 110011

Color Harmonies of #12F0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F0DA

Black with #12F0DA

Text Example


Text Example

White with #12F0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,240,218); }

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

background-color css

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

 a { background-color: rgb(18,240,218); }

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

border-color css

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

 span { border-color: rgb(18,240,218); }

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