Html Css Color HEX #12EBDB Bright Turquoise

📋 copy color: '#12EBDB'

red 18 ◦ green 235 ◦ blue 219

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

Shades of Bright Turquoise #12EBDB

Tints of Bright Turquoise #12EBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 3.81%
G = 49.79%
B = 46.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#12EBDB (or 0x12EBDB) is known color: Bright Turquoise. HEX triplet: 12, EB and DB. RGB value is (18,235,219). Sum of RGB (Red+Green+Blue) = 18+235+219=472 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #12EBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EBDB is #ED1424. Grayscale: #A8A8A8. Windows color (decimal): -15537189 or 14412562. OLE color: 14412562.

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

Color convert

RGB 18 235 219 -
CMYK 0.92 0 0.07 0.08
HSL 175.58º 0.86% 0.5% -
HSV(B) 175.58º 0.92% 0.92% -
XYZ 42.74 64.66 77.25 -
YUV 168.29 156.61 20.8 -
System Red Green Blue C M Y K H S L
Decimal 18 235 219 0.92 0 0.07 0.08 175.58 0.86 0.5
Hex 12 EB DB 5C 0 7 8 B0 56 32
Octal 22 353 333 134 0 7 10 260 126 62
Binary 10010 11101011 11011011 1011100 0 111 1000 10110000 1010110 110010

Color Harmonies of #12EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EBDB

Black with #12EBDB

Text Example


Text Example

White with #12EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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