Html Css Color HEX #12F1DD Bright Turquoise

📋 copy color: '#12F1DD'

red 18 ◦ green 241 ◦ blue 221

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

Shades of Bright Turquoise #12F1DD

Tints of Bright Turquoise #12F1DD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.21%

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 3.75%
G = 50.21%
B = 46.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#12F1DD (or 0x12F1DD) is known color: Bright Turquoise. HEX triplet: 12, F1 and DD. RGB value is (18,241,221). Sum of RGB (Red+Green+Blue) = 18+241+221=480 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.75% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #12F1DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F1DD is #ED0E22. Grayscale: #ABABAB. Windows color (decimal): -15535651 or 14545170. OLE color: 14545170.

HSL color Cylindrical-coordinate representation of color #12F1DD: hue angle of 174.62º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F1DD is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 241 221 -
CMYK 0.93 0 0.08 0.05
HSL 174.62º 0.89% 0.51% -
HSV(B) 174.62º 0.93% 0.95% -
XYZ 44.76 68.26 79.22 -
YUV 172.04 155.62 18.13 -
System Red Green Blue C M Y K H S L
Decimal 18 241 221 0.93 0 0.08 0.05 174.62 0.89 0.51
Hex 12 F1 DD 5D 0 8 5 AF 59 33
Octal 22 361 335 135 0 10 5 257 131 63
Binary 10010 11110001 11011101 1011101 0 1000 101 10101111 1011001 110011

Color Harmonies of #12F1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F1DD

Black with #12F1DD

Text Example


Text Example

White with #12F1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,241,221); }

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

background-color css

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

 a { background-color: rgb(18,241,221); }

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

border-color css

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

 span { border-color: rgb(18,241,221); }

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