Html Css Color HEX #12DFDA Bright Turquoise

📋 copy color: '#12DFDA'

red 18 ◦ green 223 ◦ blue 218

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

Shades of Bright Turquoise #12DFDA

Tints of Bright Turquoise #12DFDA

RGB

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

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

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

R = 3.92%
G = 48.58%
B = 47.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#12DFDA (or 0x12DFDA) is known color: Bright Turquoise. HEX triplet: 12, DF and DA. RGB value is (18,223,218). Sum of RGB (Red+Green+Blue) = 18+223+218=459 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.92% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DFDA is #ED2025. Grayscale: #A0A0A0. Windows color (decimal): -15540262 or 14343954. OLE color: 14343954.

HSL color Cylindrical-coordinate representation of color #12DFDA: hue angle of 178.54º 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 #12DFDA is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 223 218 -
CMYK 0.92 0 0.02 0.13
HSL 178.54º 0.85% 0.47% -
HSV(B) 178.54º 0.92% 0.87% -
XYZ 39.29 57.97 75.45 -
YUV 161.14 160.08 25.91 -
System Red Green Blue C M Y K H S L
Decimal 18 223 218 0.92 0 0.02 0.13 178.54 0.85 0.47
Hex 12 DF DA 5C 0 2 D B3 55 2F
Octal 22 337 332 134 0 2 15 263 125 57
Binary 10010 11011111 11011010 1011100 0 10 1101 10110011 1010101 101111

Color Harmonies of #12DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DFDA

Black with #12DFDA

Text Example


Text Example

White with #12DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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