Html Css Color HEX #12FDDF Bright Turquoise

📋 copy color: '#12FDDF'

red 18 ◦ green 253 ◦ blue 223

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

Shades of Bright Turquoise #12FDDF

Tints of Bright Turquoise #12FDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.21%

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

R = 3.64%
G = 51.21%
B = 45.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#12FDDF (or 0x12FDDF) is known color: Bright Turquoise. HEX triplet: 12, FD and DF. RGB value is (18,253,223). Sum of RGB (Red+Green+Blue) = 18+253+223=494 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.64% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #12FDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FDDF is #ED0220. Grayscale: #B3B3B3. Windows color (decimal): -15532577 or 14679314. OLE color: 14679314.

HSL color Cylindrical-coordinate representation of color #12FDDF: hue angle of 172.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FDDF is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 253 223 -
CMYK 0.93 0 0.12 0.01
HSL 172.34º 0.98% 0.53% -
HSV(B) 172.34º 0.93% 0.99% -
XYZ 48.69 75.71 81.86 -
YUV 179.32 152.64 12.94 -
System Red Green Blue C M Y K H S L
Decimal 18 253 223 0.93 0 0.12 0.01 172.34 0.98 0.53
Hex 12 FD DF 5D 0 C 1 AC 62 35
Octal 22 375 337 135 0 14 1 254 142 65
Binary 10010 11111101 11011111 1011101 0 1100 1 10101100 1100010 110101

Color Harmonies of #12FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FDDF

Black with #12FDDF

Text Example


Text Example

White with #12FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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