Html Css Color HEX #12EFCB Bright Turquoise

📋 copy color: '#12EFCB'

red 18 ◦ green 239 ◦ blue 203

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

Shades of Bright Turquoise #12EFCB

Tints of Bright Turquoise #12EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.96%

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 3.91%
G = 51.96%
B = 44.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#12EFCB (or 0x12EFCB) is known color: Bright Turquoise. HEX triplet: 12, EF and CB. RGB value is (18,239,203). Sum of RGB (Red+Green+Blue) = 18+239+203=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 239 (93.75% from 255 or 51.96% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 239 - color contains mainly: green. Hex color #12EFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EFCB is #ED1034. Grayscale: #A8A8A8. Windows color (decimal): -15536181 or 13365010. OLE color: 13365010.

HSL color Cylindrical-coordinate representation of color #12EFCB: hue angle of 170.23º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EFCB is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 239 203 -
CMYK 0.92 0 0.15 0.06
HSL 170.23º 0.87% 0.5% -
HSV(B) 170.23º 0.92% 0.94% -
XYZ 41.9 66.17 67.06 -
YUV 168.82 147.28 20.43 -
System Red Green Blue C M Y K H S L
Decimal 18 239 203 0.92 0 0.15 0.06 170.23 0.87 0.5
Hex 12 EF CB 5C 0 F 6 AA 57 32
Octal 22 357 313 134 0 17 6 252 127 62
Binary 10010 11101111 11001011 1011100 0 1111 110 10101010 1010111 110010

Color Harmonies of #12EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EFCB

Black with #12EFCB

Text Example


Text Example

White with #12EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,239,203); }

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

background-color css

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

 a { background-color: rgb(18,239,203); }

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

border-color css

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

 span { border-color: rgb(18,239,203); }

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