Html Css Color HEX #12EBDF Bright Turquoise

📋 copy color: '#12EBDF'

red 18 ◦ green 235 ◦ blue 223

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

Shades of Bright Turquoise #12EBDF

Tints of Bright Turquoise #12EBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.37%

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

R = 3.78%
G = 49.37%
B = 46.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#12EBDF (or 0x12EBDF) is known color: Bright Turquoise. HEX triplet: 12, EB and DF. RGB value is (18,235,223). Sum of RGB (Red+Green+Blue) = 18+235+223=476 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.78% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #12EBDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EBDF is #ED1420. Grayscale: #A8A8A8. Windows color (decimal): -15537185 or 14674706. OLE color: 14674706.

HSL color Cylindrical-coordinate representation of color #12EBDF: hue angle of 176.68º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EBDF is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 235 223 -
CMYK 0.92 0 0.05 0.08
HSL 176.68º 0.86% 0.5% -
HSV(B) 176.68º 0.92% 0.92% -
XYZ 43.28 64.87 80.05 -
YUV 168.75 158.61 20.48 -
System Red Green Blue C M Y K H S L
Decimal 18 235 223 0.92 0 0.05 0.08 176.68 0.86 0.5
Hex 12 EB DF 5C 0 5 8 B1 56 32
Octal 22 353 337 134 0 5 10 261 126 62
Binary 10010 11101011 11011111 1011100 0 101 1000 10110001 1010110 110010

Color Harmonies of #12EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EBDF

Black with #12EBDF

Text Example


Text Example

White with #12EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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